Color Hex Logo

#bd607f Color Hex

#BD607F
(189,96,127)
0 Favorites   0 Comments

Color spaces of #bd607f

RGB 18996127
HSL0.940.410.56
HSV340°49°74°
CMYK 0.000.490.33   0.26
XYZ28.999920.716922.5490
Yxy20.71690.40130.2867
Hunter Lab45.515834.07662.4882
CIE-Lab52.638340.75210.0143

#bd607f color RGB value is (189,96,127).

#bd607f hex color red value is 189, green value is 96 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd607f hue: 0.94 , saturation: 0.41 and the lightness value of bd607f is 0.56.

The process color (four color CMYK) of #bd607f color hex is 0.00, 0.49, 0.33, 0.26. Web safe color of #bd607f is #cc6666. Color #bd607f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 01111111
Octal 275 140 177
Decimal 189 96 127
Hex BD 60 7F

RGB Percentages of Color #bd607f

%45.87
%23.30
%30.83

CMYK Percentages of Color #bd607f

%0
%49
%33
%26

Triadic Colors of #bd607f

#bd607f #7fbd60 #607fbd

Analogous Colors of #bd607f

#bd607f #bd7060 #bd60ae

Monochromatic Colors of #bd607f

#bd607f

Complementary Color

#bd607f #60bd9e

#bd607f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd607f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd607f Color CSS Codes

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

#bd607f Text Font Color

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

This sample text font color is #bd607f
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.


#bd607f Background Color

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

This div background color is #bd607f


#bd607f Border Color

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

This div border color is #bd607f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd607f


Comments

No comments written yet.

Please login to write comment.