Color Hex Logo

#cc65cd Color Hex

#CC65CD
(204,101,205)
0 Favorites   0 Comments

Color spaces of #cc65cd

RGB 204101205
HSL0.830.510.60
HSV299°51°80°
CMYK 0.000.510.00   0.20
XYZ40.575026.552560.7442
Yxy26.55250.31730.2076
Hunter Lab51.529150.3783-33.8226
CIE-Lab58.557855.1114-36.0957

#cc65cd color RGB value is (204,101,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 11001101
Octal 314 145 315
Decimal 204 101 205
Hex CC 65 CD

RGB Percentages of Color #cc65cd

%40.00
%19.80
%40.20

CMYK Percentages of Color #cc65cd

%0
%51
%0
%20

Triadic Colors of #cc65cd

#cc65cd #cdcc65 #65cdcc

Analogous Colors of #cc65cd

#cc65cd #cd659a #9865cd

Monochromatic Colors of #cc65cd

#cc65cd

Complementary Color

#cc65cd #66cd65

#cc65cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc65cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc65cd Color CSS Codes

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

#cc65cd Text Font Color

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

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


#cc65cd Background Color

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

This div background color is #cc65cd


#cc65cd Border Color

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

This div border color is #cc65cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc65cd


Comments

No comments written yet.

Please login to write comment.