Color Hex Logo

#cb66ac Color Hex

#CB66AC
(203,102,172)
0 Favorites   0 Comments

Color spaces of #cb66ac

RGB 203102172
HSL0.880.490.60
HSV318°50°80°
CMYK 0.000.500.15   0.20
XYZ36.826425.177841.9486
Yxy25.17780.35430.2422
Hunter Lab50.177543.1946-14.4425
CIE-Lab57.248248.7855-19.2388

#cb66ac color RGB value is (203,102,172).

#cb66ac hex color red value is 203, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb66ac hue: 0.88 , saturation: 0.49 and the lightness value of cb66ac is 0.60.

The process color (four color CMYK) of #cb66ac color hex is 0.00, 0.50, 0.15, 0.20. Web safe color of #cb66ac is #cc6699. Color #cb66ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 10101100
Octal 313 146 254
Decimal 203 102 172
Hex CB 66 AC

RGB Percentages of Color #cb66ac

%42.56
%21.38
%36.06

CMYK Percentages of Color #cb66ac

%0
%50
%15
%20

Triadic Colors of #cb66ac

#cb66ac #accb66 #66accb

Analogous Colors of #cb66ac

#cb66ac #cb667a #b866cb

Monochromatic Colors of #cb66ac

#cb66ac

Complementary Color

#cb66ac #66cb85

#cb66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb66ac Color CSS Codes

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

#cb66ac Text Font Color

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

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


#cb66ac Background Color

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

This div background color is #cb66ac


#cb66ac Border Color

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

This div border color is #cb66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb66ac


Comments

No comments written yet.

Please login to write comment.