Color Hex Logo

#cb6dcc Color Hex

#CB6DCC
(203,109,204)
0 Favorites   0 Comments

Color spaces of #cb6dcc

RGB 203109204
HSL0.830.480.61
HSV299°47°80°
CMYK 0.000.470.00   0.20
XYZ40.996327.993460.3693
Yxy27.99340.31690.2164
Hunter Lab52.908845.7201-30.6142
CIE-Lab59.882850.6989-33.4718

#cb6dcc color RGB value is (203,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101101 11001100
Octal 313 155 314
Decimal 203 109 204
Hex CB 6D CC

RGB Percentages of Color #cb6dcc

%39.34
%21.12
%39.53

CMYK Percentages of Color #cb6dcc

%0
%47
%0
%20

Triadic Colors of #cb6dcc

#cb6dcc #cccb6d #6dcccb

Analogous Colors of #cb6dcc

#cb6dcc #cc6d9e #9c6dcc

Monochromatic Colors of #cb6dcc

#cb6dcc

Complementary Color

#cb6dcc #6ecc6d

#cb6dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6dcc Color CSS Codes

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

#cb6dcc Text Font Color

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

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


#cb6dcc Background Color

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

This div background color is #cb6dcc


#cb6dcc Border Color

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

This div border color is #cb6dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6dcc


Comments

No comments written yet.

Please login to write comment.