Color Hex Logo

#cc03dd Color Hex

#CC03DD
(204,3,221)
0 Favorites   0 Comments

Color spaces of #cc03dd

RGB 2043221
HSL0.820.970.44
HSV295°99°87°
CMYK 0.080.990.00   0.13
XYZ37.985518.123069.9026
Yxy18.12300.30140.1438
Hunter Lab42.571184.7731-67.5555
CIE-Lab49.645085.3432-59.3529

#cc03dd color RGB value is (204,3,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 11011101
Octal 314 3 335
Decimal 204 3 221
Hex CC 3 DD

RGB Percentages of Color #cc03dd

%47.66
%0.70
%51.64

CMYK Percentages of Color #cc03dd

%8
%99
%0
%13

Triadic Colors of #cc03dd

#cc03dd #ddcc03 #03ddcc

Analogous Colors of #cc03dd

#cc03dd #dd0381 #5f03dd

Monochromatic Colors of #cc03dd

#cc03dd

Complementary Color

#cc03dd #14dd03

#cc03dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc03dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc03dd Color CSS Codes

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

#cc03dd Text Font Color

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

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


#cc03dd Background Color

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

This div background color is #cc03dd


#cc03dd Border Color

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

This div border color is #cc03dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc03dd


Comments

No comments written yet.

Please login to write comment.