Color Hex Logo

#cc10fd Color Hex

#CC10FD
(204,16,253)
0 Favorites   0 Comments

Color spaces of #cc10fd

RGB 20416253
HSL0.800.980.53
HSV288°94°99°
CMYK 0.190.940.00   0.01
XYZ42.816820.299894.5901
Yxy20.29980.27150.1287
Hunter Lab45.055390.7847-92.9360
CIE-Lab52.174589.4354-73.2930

#cc10fd color RGB value is (204,16,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 11111101
Octal 314 20 375
Decimal 204 16 253
Hex CC 10 FD

RGB Percentages of Color #cc10fd

%43.13
%3.38
%53.49

CMYK Percentages of Color #cc10fd

%19
%94
%0
%1

Triadic Colors of #cc10fd

#cc10fd #fdcc10 #10fdcc

Analogous Colors of #cc10fd

#cc10fd #fd10b8 #5510fd

Monochromatic Colors of #cc10fd

#cc10fd

Complementary Color

#cc10fd #41fd10

#cc10fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc10fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc10fd Color CSS Codes

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

#cc10fd Text Font Color

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

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


#cc10fd Background Color

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

This div background color is #cc10fd


#cc10fd Border Color

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

This div border color is #cc10fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc10fd


Comments

No comments written yet.

Please login to write comment.