Color Hex Logo

#bd717b Color Hex

#BD717B
(189,113,123)
0 Favorites   0 Comments

Color spaces of #bd717b

RGB 189113123
HSL0.980.370.59
HSV352°40°74°
CMYK 0.000.400.35   0.26
XYZ30.466524.059121.7770
Yxy24.05910.39930.3153
Hunter Lab49.050125.03428.0118
CIE-Lab56.146931.20997.4298

#bd717b color RGB value is (189,113,123).

#bd717b hex color red value is 189, green value is 113 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd717b hue: 0.98 , saturation: 0.37 and the lightness value of bd717b is 0.59.

The process color (four color CMYK) of #bd717b color hex is 0.00, 0.40, 0.35, 0.26. Web safe color of #bd717b is #cc6666. Color #bd717b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01111011
Octal 275 161 173
Decimal 189 113 123
Hex BD 71 7B

RGB Percentages of Color #bd717b

%44.47
%26.59
%28.94

CMYK Percentages of Color #bd717b

%0
%40
%35
%26

Triadic Colors of #bd717b

#bd717b #7bbd71 #717bbd

Analogous Colors of #bd717b

#bd717b #bd8d71 #bd71a1

Monochromatic Colors of #bd717b

#bd717b

Complementary Color

#bd717b #71bdb3

#bd717b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd717b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd717b Color CSS Codes

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

#bd717b Text Font Color

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

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


#bd717b Background Color

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

This div background color is #bd717b


#bd717b Border Color

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

This div border color is #bd717b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd717b


Comments

No comments written yet.

Please login to write comment.