Color Hex Logo

#cc00ff Color Hex

#CC00FF
(204,0,255)
10 Favorites   0 Comments

Color spaces of #cc00ff

RGB 2040255
HSL0.801.000.50
HSV288°100°100°
CMYK 0.201.000.00   0.00
XYZ42.951820.057496.2154
Yxy20.05740.26980.1260
Hunter Lab44.785592.8169-96.0265
CIE-Lab51.902091.0122-74.8495

#cc00ff color RGB value is (204,0,255). This hex color code is also a web safe color which is equal to #C0F.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 11111111
Octal 314 0 377
Decimal 204 0 255
Hex CC 0 FF

RGB Percentages of Color #cc00ff

%44.44
%0.00
%55.56

CMYK Percentages of Color #cc00ff

%20
%100
%0
%0

Triadic Colors of #cc00ff

#cc00ff #ffcc00 #00ffcc

Analogous Colors of #cc00ff

#cc00ff #ff00b3 #4d00ff

Monochromatic Colors of #cc00ff

#cc00ff

Complementary Color

#cc00ff #33ff00

#cc00ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc00ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc00ff Color CSS Codes

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

#cc00ff Text Font Color

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

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


#cc00ff Background Color

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

This div background color is #cc00ff


#cc00ff Border Color

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

This div border color is #cc00ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc00ff

Related Colors


Comments

No comments written yet.

Please login to write comment.