Color Hex Logo

#cb8eac Color Hex

#CB8EAC
(203,142,172)
0 Favorites   0 Comments

Color spaces of #cb8eac

RGB 203142172
HSL0.920.370.68
HSV330°30°80°
CMYK 0.000.300.15   0.20
XYZ41.748035.021143.5891
Yxy35.02110.34690.2910
Hunter Lab59.178622.3615-2.2461
CIE-Lab65.765127.6391-6.4274

#cb8eac color RGB value is (203,142,172).

#cb8eac hex color red value is 203, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb8eac hue: 0.92 , saturation: 0.37 and the lightness value of cb8eac is 0.68.

The process color (four color CMYK) of #cb8eac color hex is 0.00, 0.30, 0.15, 0.20. Web safe color of #cb8eac is #cc9999. Color #cb8eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001110 10101100
Octal 313 216 254
Decimal 203 142 172
Hex CB 8E AC

RGB Percentages of Color #cb8eac

%39.26
%27.47
%33.27

CMYK Percentages of Color #cb8eac

%0
%30
%15
%20

Triadic Colors of #cb8eac

#cb8eac #accb8e #8eaccb

Analogous Colors of #cb8eac

#cb8eac #cb8f8e #cb8ecb

Monochromatic Colors of #cb8eac

#cb8eac

Complementary Color

#cb8eac #8ecbad

#cb8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8eac Color CSS Codes

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

#cb8eac Text Font Color

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

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


#cb8eac Background Color

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

This div background color is #cb8eac


#cb8eac Border Color

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

This div border color is #cb8eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,142,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb8eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb8eac;
  -webkit-box-shadow: 1px 1px 3px 2px #cb8eac;
  box-shadow:         1px 1px 3px 2px #cb8eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,142,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8eac


Comments

No comments written yet.

Please login to write comment.