Color Hex Logo

#cb5dcc Color Hex

#CB5DCC
(203,93,204)
0 Favorites   0 Comments

Color spaces of #cb5dcc

RGB 20393204
HSL0.830.520.58
HSV299°54°80°
CMYK 0.000.540.00   0.20
XYZ39.442024.884859.8512
Yxy24.88480.31760.2004
Hunter Lab49.884753.8353-36.2164
CIE-Lab56.963058.4482-38.0345

#cb5dcc color RGB value is (203,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 11001100
Octal 313 135 314
Decimal 203 93 204
Hex CB 5D CC

RGB Percentages of Color #cb5dcc

%40.60
%18.60
%40.80

CMYK Percentages of Color #cb5dcc

%0
%54
%0
%20

Triadic Colors of #cb5dcc

#cb5dcc #cccb5d #5dcccb

Analogous Colors of #cb5dcc

#cb5dcc #cc5d96 #945dcc

Monochromatic Colors of #cb5dcc

#cb5dcc

Complementary Color

#cb5dcc #5ecc5d

#cb5dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dcc Color CSS Codes

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

#cb5dcc Text Font Color

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

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


#cb5dcc Background Color

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

This div background color is #cb5dcc


#cb5dcc Border Color

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

This div border color is #cb5dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dcc


Comments

No comments written yet.

Please login to write comment.