Color Hex Logo

#cc15dc Color Hex

#CC15DC
(204,21,220)
0 Favorites   0 Comments

Color spaces of #cc15dc

RGB 20421220
HSL0.820.830.47
HSV295°90°86°
CMYK 0.070.900.00   0.14
XYZ38.088318.541069.2814
Yxy18.54100.30250.1473
Hunter Lab43.059382.5394-65.2548
CIE-Lab50.145883.5162-57.9768

#cc15dc color RGB value is (204,21,220).

#cc15dc hex color red value is 204, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc15dc hue: 0.82 , saturation: 0.83 and the lightness value of cc15dc is 0.47.

The process color (four color CMYK) of #cc15dc color hex is 0.07, 0.90, 0.00, 0.14. Web safe color of #cc15dc is #cc00cc. Color #cc15dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 11011100
Octal 314 25 334
Decimal 204 21 220
Hex CC 15 DC

RGB Percentages of Color #cc15dc

%45.84
%4.72
%49.44

CMYK Percentages of Color #cc15dc

%7
%90
%0
%14

Triadic Colors of #cc15dc

#cc15dc #dccc15 #15dccc

Analogous Colors of #cc15dc

#cc15dc #dc1589 #6915dc

Monochromatic Colors of #cc15dc

#cc15dc

Complementary Color

#cc15dc #25dc15

#cc15dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc15dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc15dc Color CSS Codes

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

#cc15dc Text Font Color

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

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


#cc15dc Background Color

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

This div background color is #cc15dc


#cc15dc Border Color

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

This div border color is #cc15dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc15dc


Comments

No comments written yet.

Please login to write comment.