Color Hex Logo

#bd0557 Color Hex

#BD0557
(189,5,87)
0 Favorites   0 Comments

Color spaces of #bd0557

RGB 189587
HSL0.930.950.38
HSV333°97°74°
CMYK 0.000.970.54   0.26
XYZ22.760811.615510.0592
Yxy11.61550.51220.2614
Hunter Lab34.081559.56576.3576
CIE-Lab40.598466.53547.1704

#bd0557 color RGB value is (189,5,87).

#bd0557 hex color red value is 189, green value is 5 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bd0557 hue: 0.93 , saturation: 0.95 and the lightness value of bd0557 is 0.38.

The process color (four color CMYK) of #bd0557 color hex is 0.00, 0.97, 0.54, 0.26. Web safe color of #bd0557 is #cc0066. Color #bd0557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000101 01010111
Octal 275 5 127
Decimal 189 5 87
Hex BD 5 57

RGB Percentages of Color #bd0557

%67.26
%1.78
%30.96

CMYK Percentages of Color #bd0557

%0
%97
%54
%26

Triadic Colors of #bd0557

#bd0557 #57bd05 #0557bd

Analogous Colors of #bd0557

#bd0557 #bd0f05 #bd05b3

Monochromatic Colors of #bd0557

#bd0557

Complementary Color

#bd0557 #05bd6b

#bd0557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0557 Color CSS Codes

.mybgcolor {background-color:#bd0557; } 
.myforecolor {color:#bd0557; }
.mybordercolor {border:3px solid #bd0557; }

#bd0557 Text Font Color

<p style="color:#bd0557">Text here</p>

This sample text font color is #bd0557
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd0557 Background Color

<div style="background-color:#bd0557">
Div content here</div>

This div background color is #bd0557


#bd0557 Border Color

<div style="border:3px solid #bd0557">
Div here</div>

This div border color is #bd0557


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,5,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd0557; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd0557;
  -webkit-box-shadow: 1px 1px 3px 2px #bd0557;
  box-shadow:         1px 1px 3px 2px #bd0557; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,5,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd0557">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd0557;
  -webkit-box-shadow: 1px 1px 3px 2px #bd0557;
  box-shadow:         1px 1px 3px 2px #bd0557;">
Div content here</div>

This div box has shadow with color #bd0557


Comments

No comments written yet.

Please login to write comment.