Color Hex Logo

#cb659c Color Hex

#CB659C
(203,101,156)
0 Favorites   0 Comments

Color spaces of #cb659c

RGB 203101156
HSL0.910.500.60
HSV328°50°80°
CMYK 0.000.500.23   0.20
XYZ35.283024.404234.3033
Yxy24.40420.37540.2596
Hunter Lab49.400641.0376-6.5900
CIE-Lab56.490246.8877-11.1055

#cb659c color RGB value is (203,101,156).

#cb659c hex color red value is 203, green value is 101 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cb659c hue: 0.91 , saturation: 0.50 and the lightness value of cb659c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 10011100
Octal 313 145 234
Decimal 203 101 156
Hex CB 65 9C

RGB Percentages of Color #cb659c

%44.13
%21.96
%33.91

CMYK Percentages of Color #cb659c

%0
%50
%23
%20

Triadic Colors of #cb659c

#cb659c #9ccb65 #659ccb

Analogous Colors of #cb659c

#cb659c #cb6569 #c765cb

Monochromatic Colors of #cb659c

#cb659c

Complementary Color

#cb659c #65cb94

#cb659c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb659c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb659c Color CSS Codes

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

#cb659c Text Font Color

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

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


#cb659c Background Color

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

This div background color is #cb659c


#cb659c Border Color

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

This div border color is #cb659c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb659c


Comments

No comments written yet.

Please login to write comment.