Color Hex Logo

#cc18ec Color Hex

#CC18EC
(204,24,236)
0 Favorites   0 Comments

Color spaces of #cc18ec

RGB 20424236
HSL0.810.850.51
HSV291°90°93°
CMYK 0.140.900.00   0.07
XYZ40.368819.546881.0021
Yxy19.54680.28650.1387
Hunter Lab44.211885.6139-77.6793
CIE-Lab51.320985.6662-65.1506

#cc18ec color RGB value is (204,24,236).

#cc18ec hex color red value is 204, green value is 24 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc18ec hue: 0.81 , saturation: 0.85 and the lightness value of cc18ec is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 11101100
Octal 314 30 354
Decimal 204 24 236
Hex CC 18 EC

RGB Percentages of Color #cc18ec

%43.97
%5.17
%50.86

CMYK Percentages of Color #cc18ec

%14
%90
%0
%7

Triadic Colors of #cc18ec

#cc18ec #eccc18 #18eccc

Analogous Colors of #cc18ec

#cc18ec #ec18a2 #6218ec

Monochromatic Colors of #cc18ec

#cc18ec

Complementary Color

#cc18ec #38ec18

#cc18ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18ec Color CSS Codes

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

#cc18ec Text Font Color

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

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


#cc18ec Background Color

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

This div background color is #cc18ec


#cc18ec Border Color

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

This div border color is #cc18ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18ec


Comments

No comments written yet.

Please login to write comment.