Color Hex Logo

#cc64cb Color Hex

#CC64CB
(204,100,203)
0 Favorites   0 Comments

Color spaces of #cc64cb

RGB 204100203
HSL0.830.500.60
HSV301°51°80°
CMYK 0.000.510.00   0.20
XYZ40.238526.263559.4485
Yxy26.26350.31950.2085
Hunter Lab51.247950.4695-32.9039
CIE-Lab58.286355.2380-35.3847

#cc64cb color RGB value is (204,100,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 11001011
Octal 314 144 313
Decimal 204 100 203
Hex CC 64 CB

RGB Percentages of Color #cc64cb

%40.24
%19.72
%40.04

CMYK Percentages of Color #cc64cb

%0
%51
%0
%20

Triadic Colors of #cc64cb

#cc64cb #cbcc64 #64cbcc

Analogous Colors of #cc64cb

#cc64cb #cc6497 #9964cc

Monochromatic Colors of #cc64cb

#cc64cb

Complementary Color

#cc64cb #64cc65

#cc64cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc64cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc64cb Color CSS Codes

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

#cc64cb Text Font Color

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

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


#cc64cb Background Color

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

This div background color is #cc64cb


#cc64cb Border Color

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

This div border color is #cc64cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc64cb


Comments

No comments written yet.

Please login to write comment.