Color Hex Logo

#cc03ed Color Hex

#CC03ED
(204,3,237)
0 Favorites   0 Comments

Color spaces of #cc03ed

RGB 2043237
HSL0.810.980.47
HSV292°99°93°
CMYK 0.140.990.00   0.07
XYZ40.220519.016981.6715
Yxy19.01690.28540.1350
Hunter Lab43.608488.3179-80.5148
CIE-Lab50.707087.8516-66.7069

#cc03ed color RGB value is (204,3,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 11101101
Octal 314 3 355
Decimal 204 3 237
Hex CC 3 ED

RGB Percentages of Color #cc03ed

%45.95
%0.68
%53.38

CMYK Percentages of Color #cc03ed

%14
%99
%0
%7

Triadic Colors of #cc03ed

#cc03ed #edcc03 #03edcc

Analogous Colors of #cc03ed

#cc03ed #ed0399 #5703ed

Monochromatic Colors of #cc03ed

#cc03ed

Complementary Color

#cc03ed #24ed03

#cc03ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc03ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc03ed Color CSS Codes

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

#cc03ed Text Font Color

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

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


#cc03ed Background Color

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

This div background color is #cc03ed


#cc03ed Border Color

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

This div border color is #cc03ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc03ed


Comments

No comments written yet.

Please login to write comment.