Color Hex Logo

#cc01ff Color Hex

#CC01FF
(204,1,255)
0 Favorites   0 Comments

Color spaces of #cc01ff

RGB 2041255
HSL0.801.000.50
HSV288°100°100°
CMYK 0.201.000.00   0.00
XYZ42.962720.079196.2190
Yxy20.07910.26980.1261
Hunter Lab44.809792.7254-95.9454
CIE-Lab51.926590.9391-74.8097

#cc01ff color RGB value is (204,1,255).

#cc01ff hex color red value is 204, green value is 1 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc01ff hue: 0.80 , saturation: 1.00 and the lightness value of cc01ff is 0.50.

The process color (four color CMYK) of #cc01ff color hex is 0.20, 1.00, 0.00, 0.00. Web safe color of #cc01ff is #cc00ff. Color #cc01ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 11111111
Octal 314 1 377
Decimal 204 1 255
Hex CC 1 FF

RGB Percentages of Color #cc01ff

%44.35
%0.22
%55.43

CMYK Percentages of Color #cc01ff

%20
%100
%0
%0

Triadic Colors of #cc01ff

#cc01ff #ffcc01 #01ffcc

Analogous Colors of #cc01ff

#cc01ff #ff01b3 #4d01ff

Monochromatic Colors of #cc01ff

#cc01ff

Complementary Color

#cc01ff #34ff01

#cc01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc01ff Color CSS Codes

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

#cc01ff Text Font Color

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

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


#cc01ff Background Color

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

This div background color is #cc01ff


#cc01ff Border Color

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

This div border color is #cc01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc01ff


Comments

No comments written yet.

Please login to write comment.