Color Hex Logo

#cb66cb Color Hex

#CB66CB
(203,102,203)
0 Favorites   0 Comments

Color spaces of #cb66cb

RGB 203102203
HSL0.830.490.60
HSV300°50°80°
CMYK 0.000.500.00   0.20
XYZ40.159526.511059.5004
Yxy26.51100.31830.2101
Hunter Lab51.488849.1183-32.4732
CIE-Lab58.518953.9894-35.0312

#cb66cb color RGB value is (203,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 11001011
Octal 313 146 313
Decimal 203 102 203
Hex CB 66 CB

RGB Percentages of Color #cb66cb

%39.96
%20.08
%39.96

CMYK Percentages of Color #cb66cb

%0
%50
%0
%20

Triadic Colors of #cb66cb

#cb66cb #cbcb66 #66cbcb

Analogous Colors of #cb66cb

#cb66cb #cb6699 #9966cb

Monochromatic Colors of #cb66cb

#cb66cb

Complementary Color

#cb66cb #66cb66

#cb66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb66cb Color CSS Codes

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

#cb66cb Text Font Color

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

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


#cb66cb Background Color

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

This div background color is #cb66cb


#cb66cb Border Color

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

This div border color is #cb66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb66cb


Comments

No comments written yet.

Please login to write comment.