Color Hex Logo

#cb6cbf Color Hex

#CB6CBF
(203,108,191)
0 Favorites   0 Comments

Color spaces of #cb6cbf

RGB 203108191
HSL0.850.480.61
HSV308°47°80°
CMYK 0.000.470.06   0.20
XYZ39.395127.183252.4607
Yxy27.18320.33090.2284
Hunter Lab52.137543.6339-23.1613
CIE-Lab59.143548.9016-27.2333

#cb6cbf color RGB value is (203,108,191).

#cb6cbf hex color red value is 203, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cb6cbf hue: 0.85 , saturation: 0.48 and the lightness value of cb6cbf is 0.61.

The process color (four color CMYK) of #cb6cbf color hex is 0.00, 0.47, 0.06, 0.20. Web safe color of #cb6cbf is #cc66cc. Color #cb6cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 10111111
Octal 313 154 277
Decimal 203 108 191
Hex CB 6C BF

RGB Percentages of Color #cb6cbf

%40.44
%21.51
%38.05

CMYK Percentages of Color #cb6cbf

%0
%47
%6
%20

Triadic Colors of #cb6cbf

#cb6cbf #bfcb6c #6cbfcb

Analogous Colors of #cb6cbf

#cb6cbf #cb6c90 #a86ccb

Monochromatic Colors of #cb6cbf

#cb6cbf

Complementary Color

#cb6cbf #6ccb78

#cb6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cbf Color CSS Codes

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

#cb6cbf Text Font Color

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

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


#cb6cbf Background Color

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

This div background color is #cb6cbf


#cb6cbf Border Color

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

This div border color is #cb6cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cbf


Comments

No comments written yet.

Please login to write comment.