Color Hex Logo

#cb6dcd Color Hex

#CB6DCD
(203,109,205)
0 Favorites   0 Comments

Color spaces of #cb6dcd

RGB 203109205
HSL0.830.490.62
HSV299°47°80°
CMYK 0.010.470.00   0.20
XYZ41.116728.041661.0031
Yxy28.04160.31590.2154
Hunter Lab52.954345.9273-31.2337
CIE-Lab59.926350.8807-33.9698

#cb6dcd color RGB value is (203,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101101 11001101
Octal 313 155 315
Decimal 203 109 205
Hex CB 6D CD

RGB Percentages of Color #cb6dcd

%39.26
%21.08
%39.65

CMYK Percentages of Color #cb6dcd

%1
%47
%0
%20

Triadic Colors of #cb6dcd

#cb6dcd #cdcb6d #6dcdcb

Analogous Colors of #cb6dcd

#cb6dcd #cd6d9f #9b6dcd

Monochromatic Colors of #cb6dcd

#cb6dcd

Complementary Color

#cb6dcd #6fcd6d

#cb6dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6dcd Color CSS Codes

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

#cb6dcd Text Font Color

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

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


#cb6dcd Background Color

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

This div background color is #cb6dcd


#cb6dcd Border Color

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

This div border color is #cb6dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6dcd


Comments

No comments written yet.

Please login to write comment.