Color Hex Logo

#cb60ac Color Hex

#CB60AC
(203,96,172)
0 Favorites   0 Comments

Color spaces of #cb60ac

RGB 20396172
HSL0.880.510.59
HSV317°53°80°
CMYK 0.000.530.15   0.20
XYZ36.257924.040841.7591
Yxy24.04080.35530.2356
Hunter Lab49.031446.1927-16.1741
CIE-Lab56.128651.7261-20.9497

#cb60ac color RGB value is (203,96,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 10101100
Octal 313 140 254
Decimal 203 96 172
Hex CB 60 AC

RGB Percentages of Color #cb60ac

%43.10
%20.38
%36.52

CMYK Percentages of Color #cb60ac

%0
%53
%15
%20

Triadic Colors of #cb60ac

#cb60ac #accb60 #60accb

Analogous Colors of #cb60ac

#cb60ac #cb6077 #b560cb

Monochromatic Colors of #cb60ac

#cb60ac

Complementary Color

#cb60ac #60cb7f

#cb60ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb60ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb60ac Color CSS Codes

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

#cb60ac Text Font Color

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

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


#cb60ac Background Color

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

This div background color is #cb60ac


#cb60ac Border Color

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

This div border color is #cb60ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb60ac


Comments

No comments written yet.

Please login to write comment.