Color Hex Logo

#cb80ac Color Hex

#CB80AC
(203,128,172)
0 Favorites   0 Comments

Color spaces of #cb80ac

RGB 203128172
HSL0.900.420.65
HSV325°37°80°
CMYK 0.000.370.15   0.20
XYZ39.794231.113442.9378
Yxy31.11340.34950.2733
Hunter Lab55.779429.7318-6.5946
CIE-Lab62.603235.2436-11.1411

#cb80ac color RGB value is (203,128,172).

#cb80ac hex color red value is 203, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb80ac hue: 0.90 , saturation: 0.42 and the lightness value of cb80ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 10101100
Octal 313 200 254
Decimal 203 128 172
Hex CB 80 AC

RGB Percentages of Color #cb80ac

%40.36
%25.45
%34.19

CMYK Percentages of Color #cb80ac

%0
%37
%15
%20

Triadic Colors of #cb80ac

#cb80ac #accb80 #80accb

Analogous Colors of #cb80ac

#cb80ac #cb8087 #c580cb

Monochromatic Colors of #cb80ac

#cb80ac

Complementary Color

#cb80ac #80cb9f

#cb80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb80ac Color CSS Codes

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

#cb80ac Text Font Color

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

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


#cb80ac Background Color

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

This div background color is #cb80ac


#cb80ac Border Color

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

This div border color is #cb80ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,128,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 #cb80ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb80ac


Comments

No comments written yet.

Please login to write comment.