Color Hex Logo

#cb607c Color Hex

#CB607C
(203,96,124)
0 Favorites   0 Comments

Color spaces of #cb607c

RGB 20396124
HSL0.960.510.59
HSV344°53°80°
CMYK 0.000.530.39   0.20
XYZ32.449622.517521.7048
Yxy22.51750.42320.2937
Hunter Lab47.452639.02196.0976
CIE-Lab54.571845.26804.8435

#cb607c color RGB value is (203,96,124).

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

The process color (four color CMYK) of #cb607c color hex is 0.00, 0.53, 0.39, 0.20. Web safe color of #cb607c is #cc6666. Color #cb607c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 01111100
Octal 313 140 174
Decimal 203 96 124
Hex CB 60 7C

RGB Percentages of Color #cb607c

%47.99
%22.70
%29.31

CMYK Percentages of Color #cb607c

%0
%53
%39
%20

Triadic Colors of #cb607c

#cb607c #7ccb60 #607ccb

Analogous Colors of #cb607c

#cb607c #cb7a60 #cb60b2

Monochromatic Colors of #cb607c

#cb607c

Complementary Color

#cb607c #60cbaf

#cb607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb607c Color CSS Codes

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

#cb607c Text Font Color

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

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


#cb607c Background Color

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

This div background color is #cb607c


#cb607c Border Color

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

This div border color is #cb607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb607c


Comments

No comments written yet.

Please login to write comment.