Color Hex Logo

#cc03eb Color Hex

#CC03EB
(204,3,235)
0 Favorites   0 Comments

Color spaces of #cc03eb

RGB 2043235
HSL0.810.970.47
HSV292°99°92°
CMYK 0.130.990.00   0.08
XYZ39.929818.900780.1409
Yxy18.90070.28730.1360
Hunter Lab43.474987.8632-78.8616
CIE-Lab50.570887.5319-65.7993

#cc03eb color RGB value is (204,3,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 11101011
Octal 314 3 353
Decimal 204 3 235
Hex CC 3 EB

RGB Percentages of Color #cc03eb

%46.15
%0.68
%53.17

CMYK Percentages of Color #cc03eb

%13
%99
%0
%8

Triadic Colors of #cc03eb

#cc03eb #ebcc03 #03ebcc

Analogous Colors of #cc03eb

#cc03eb #eb0396 #5803eb

Monochromatic Colors of #cc03eb

#cc03eb

Complementary Color

#cc03eb #22eb03

#cc03eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc03eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc03eb Color CSS Codes

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

#cc03eb Text Font Color

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

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


#cc03eb Background Color

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

This div background color is #cc03eb


#cc03eb Border Color

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

This div border color is #cc03eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc03eb


Comments

No comments written yet.

Please login to write comment.