Color Hex Logo

#cb5dcd Color Hex

#CB5DCD
(203,93,205)
0 Favorites   0 Comments

Color spaces of #cb5dcd

RGB 20393205
HSL0.830.530.58
HSV299°55°80°
CMYK 0.010.550.00   0.20
XYZ39.562424.933060.4850
Yxy24.93300.31650.1995
Hunter Lab49.933054.0447-36.8663
CIE-Lab57.010158.6244-38.5297

#cb5dcd color RGB value is (203,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 11001101
Octal 313 135 315
Decimal 203 93 205
Hex CB 5D CD

RGB Percentages of Color #cb5dcd

%40.52
%18.56
%40.92

CMYK Percentages of Color #cb5dcd

%1
%55
%0
%20

Triadic Colors of #cb5dcd

#cb5dcd #cdcb5d #5dcdcb

Analogous Colors of #cb5dcd

#cb5dcd #cd5d97 #935dcd

Monochromatic Colors of #cb5dcd

#cb5dcd

Complementary Color

#cb5dcd #5fcd5d

#cb5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dcd Color CSS Codes

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

#cb5dcd Text Font Color

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

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


#cb5dcd Background Color

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

This div background color is #cb5dcd


#cb5dcd Border Color

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

This div border color is #cb5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dcd


Comments

No comments written yet.

Please login to write comment.