Color Hex Logo

#cc02eb Color Hex

#CC02EB
(204,2,235)
0 Favorites   0 Comments

Color spaces of #cc02eb

RGB 2042235
HSL0.810.980.46
HSV292°99°92°
CMYK 0.130.990.00   0.08
XYZ39.918918.878980.1373
Yxy18.87890.28730.1359
Hunter Lab43.449987.9569-78.9374
CIE-Lab50.545287.6081-65.8407

#cc02eb color RGB value is (204,2,235).

#cc02eb hex color red value is 204, green value is 2 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc02eb hue: 0.81 , saturation: 0.98 and the lightness value of cc02eb is 0.46.

The process color (four color CMYK) of #cc02eb color hex is 0.13, 0.99, 0.00, 0.08. Web safe color of #cc02eb is #cc00ff. Color #cc02eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 11101011
Octal 314 2 353
Decimal 204 2 235
Hex CC 2 EB

RGB Percentages of Color #cc02eb

%46.26
%0.45
%53.29

CMYK Percentages of Color #cc02eb

%13
%99
%0
%8

Triadic Colors of #cc02eb

#cc02eb #ebcc02 #02ebcc

Analogous Colors of #cc02eb

#cc02eb #eb0296 #5702eb

Monochromatic Colors of #cc02eb

#cc02eb

Complementary Color

#cc02eb #21eb02

#cc02eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc02eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc02eb Color CSS Codes

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

#cc02eb Text Font Color

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

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


#cc02eb Background Color

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

This div background color is #cc02eb


#cc02eb Border Color

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

This div border color is #cc02eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc02eb


Comments

No comments written yet.

Please login to write comment.