Color Hex Logo

#cc40cd Color Hex

#CC40CD
(204,64,205)
0 Favorites   0 Comments

Color spaces of #cc40cd

RGB 20464205
HSL0.830.590.53
HSV300°69°80°
CMYK 0.000.690.00   0.20
XYZ37.754720.911959.8041
Yxy20.91190.31870.1765
Hunter Lab45.729567.3445-45.5275
CIE-Lab52.852970.7682-45.0779

#cc40cd color RGB value is (204,64,205).

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

The process color (four color CMYK) of #cc40cd color hex is 0.00, 0.69, 0.00, 0.20. Web safe color of #cc40cd is #cc33cc. Color #cc40cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 11001101
Octal 314 100 315
Decimal 204 64 205
Hex CC 40 CD

RGB Percentages of Color #cc40cd

%43.13
%13.53
%43.34

CMYK Percentages of Color #cc40cd

%0
%69
%0
%20

Triadic Colors of #cc40cd

#cc40cd #cdcc40 #40cdcc

Analogous Colors of #cc40cd

#cc40cd #cd4088 #8640cd

Monochromatic Colors of #cc40cd

#cc40cd

Complementary Color

#cc40cd #41cd40

#cc40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc40cd Color CSS Codes

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

#cc40cd Text Font Color

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

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


#cc40cd Background Color

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

This div background color is #cc40cd


#cc40cd Border Color

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

This div border color is #cc40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc40cd


Comments

No comments written yet.

Please login to write comment.