Color Hex Logo

#cb6cca Color Hex

#CB6CCA
(203,108,202)
0 Favorites   0 Comments

Color spaces of #cb6cca

RGB 203108202
HSL0.840.480.61
HSV301°47°80°
CMYK 0.000.470.00   0.20
XYZ40.651827.685959.0784
Yxy27.68590.31900.2173
Hunter Lab52.617445.8273-29.7382
CIE-Lab59.603950.8398-32.7731

#cb6cca color RGB value is (203,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 11001010
Octal 313 154 312
Decimal 203 108 202
Hex CB 6C CA

RGB Percentages of Color #cb6cca

%39.57
%21.05
%39.38

CMYK Percentages of Color #cb6cca

%0
%47
%0
%20

Triadic Colors of #cb6cca

#cb6cca #cacb6c #6ccacb

Analogous Colors of #cb6cca

#cb6cca #cb6c9b #9d6ccb

Monochromatic Colors of #cb6cca

#cb6cca

Complementary Color

#cb6cca #6ccb6d

#cb6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cca Color CSS Codes

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

#cb6cca Text Font Color

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

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


#cb6cca Background Color

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

This div background color is #cb6cca


#cb6cca Border Color

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

This div border color is #cb6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cca


Comments

No comments written yet.

Please login to write comment.