Color Hex Logo

#bd727a Color Hex

#BD727A
(189,114,122)
0 Favorites   0 Comments

Color spaces of #bd727a

RGB 189114122
HSL0.980.360.59
HSV354°40°74°
CMYK 0.000.400.35   0.26
XYZ30.516424.258621.4863
Yxy24.25860.40020.3181
Hunter Lab49.253024.40308.6122
CIE-Lab56.345830.53948.2955

#bd727a color RGB value is (189,114,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 01111010
Octal 275 162 172
Decimal 189 114 122
Hex BD 72 7A

RGB Percentages of Color #bd727a

%44.47
%26.82
%28.71

CMYK Percentages of Color #bd727a

%0
%40
%35
%26

Triadic Colors of #bd727a

#bd727a #7abd72 #727abd

Analogous Colors of #bd727a

#bd727a #bd9072 #bd72a0

Monochromatic Colors of #bd727a

#bd727a

Complementary Color

#bd727a #72bdb5

#bd727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd727a Color CSS Codes

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

#bd727a Text Font Color

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

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


#bd727a Background Color

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

This div background color is #bd727a


#bd727a Border Color

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

This div border color is #bd727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd727a


Comments

No comments written yet.

Please login to write comment.