Color Hex Logo

#cc00fd Color Hex

#CC00FD
(204,0,253)
0 Favorites   0 Comments

Color spaces of #cc00fd

RGB 2040253
HSL0.801.000.50
HSV288°100°99°
CMYK 0.191.000.00   0.01
XYZ42.631519.929294.5283
Yxy19.92920.27140.1269
Hunter Lab44.642192.3368-94.2952
CIE-Lab51.757190.6809-73.9711

#cc00fd color RGB value is (204,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 11111101
Octal 314 0 375
Decimal 204 0 253
Hex CC 0 FD

RGB Percentages of Color #cc00fd

%44.64
%0.00
%55.36

CMYK Percentages of Color #cc00fd

%19
%100
%0
%1

Triadic Colors of #cc00fd

#cc00fd #fdcc00 #00fdcc

Analogous Colors of #cc00fd

#cc00fd #fd00b0 #4e00fd

Monochromatic Colors of #cc00fd

#cc00fd

Complementary Color

#cc00fd #31fd00

#cc00fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc00fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc00fd Color CSS Codes

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

#cc00fd Text Font Color

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

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


#cc00fd Background Color

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

This div background color is #cc00fd


#cc00fd Border Color

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

This div border color is #cc00fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc00fd


Comments

No comments written yet.

Please login to write comment.