Color Hex Logo

#cc41fd Color Hex

#CC41FD
(204,65,253)
0 Favorites   0 Comments

Color spaces of #cc41fd

RGB 20465253
HSL0.790.980.62
HSV284°74°99°
CMYK 0.190.740.00   0.01
XYZ44.521823.709895.1584
Yxy23.70980.27250.1451
Hunter Lab48.692777.9978-81.7834
CIE-Lab55.796178.8468-67.4303

#cc41fd color RGB value is (204,65,253).

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

The process color (four color CMYK) of #cc41fd color hex is 0.19, 0.74, 0.00, 0.01. Web safe color of #cc41fd is #cc33ff. Color #cc41fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000001 11111101
Octal 314 101 375
Decimal 204 65 253
Hex CC 41 FD

RGB Percentages of Color #cc41fd

%39.08
%12.45
%48.47

CMYK Percentages of Color #cc41fd

%19
%74
%0
%1

Triadic Colors of #cc41fd

#cc41fd #fdcc41 #41fdcc

Analogous Colors of #cc41fd

#cc41fd #fd41d0 #6e41fd

Monochromatic Colors of #cc41fd

#cc41fd

Complementary Color

#cc41fd #72fd41

#cc41fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc41fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc41fd Color CSS Codes

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

#cc41fd Text Font Color

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

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


#cc41fd Background Color

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

This div background color is #cc41fd


#cc41fd Border Color

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

This div border color is #cc41fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc41fd


Comments

No comments written yet.

Please login to write comment.