Color Hex Logo

#cc41ce Color Hex

#CC41CE
(204,65,206)
0 Favorites   0 Comments

Color spaces of #cc41ce

RGB 20465206
HSL0.830.590.53
HSV299°68°81°
CMYK 0.010.680.00   0.19
XYZ37.932721.074260.4610
Yxy21.07420.31750.1764
Hunter Lab45.906667.1581-45.9528
CIE-Lab53.030670.5791-45.3691

#cc41ce color RGB value is (204,65,206).

#cc41ce hex color red value is 204, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cc41ce hue: 0.83 , saturation: 0.59 and the lightness value of cc41ce is 0.53.

The process color (four color CMYK) of #cc41ce color hex is 0.01, 0.68, 0.00, 0.19. Web safe color of #cc41ce is #cc33cc. Color #cc41ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000001 11001110
Octal 314 101 316
Decimal 204 65 206
Hex CC 41 CE

RGB Percentages of Color #cc41ce

%42.95
%13.68
%43.37

CMYK Percentages of Color #cc41ce

%1
%68
%0
%19

Triadic Colors of #cc41ce

#cc41ce #cecc41 #41cecc

Analogous Colors of #cc41ce

#cc41ce #ce418a #8641ce

Monochromatic Colors of #cc41ce

#cc41ce

Complementary Color

#cc41ce #43ce41

#cc41ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc41ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc41ce Color CSS Codes

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

#cc41ce Text Font Color

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

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


#cc41ce Background Color

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

This div background color is #cc41ce


#cc41ce Border Color

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

This div border color is #cc41ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc41ce


Comments

No comments written yet.

Please login to write comment.