Color Hex Logo

#c041cc Color Hex

#C041CC
(192,65,204)
0 Favorites   0 Comments

Color spaces of #c041cc

RGB 19265204
HSL0.820.580.53
HSV295°68°80°
CMYK 0.060.680.00   0.20
XYZ34.527619.346759.0412
Yxy19.34670.30580.1713
Hunter Lab43.984963.1468-48.7959
CIE-Lab51.090467.5799-47.4173

#c041cc color RGB value is (192,65,204).

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

The process color (four color CMYK) of #c041cc color hex is 0.06, 0.68, 0.00, 0.20. Web safe color of #c041cc is #cc33cc. Color #c041cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 11001100
Octal 300 101 314
Decimal 192 65 204
Hex C0 41 CC

RGB Percentages of Color #c041cc

%41.65
%14.10
%44.25

CMYK Percentages of Color #c041cc

%6
%68
%0
%20

Triadic Colors of #c041cc

#c041cc #ccc041 #41ccc0

Analogous Colors of #c041cc

#c041cc #cc4193 #7b41cc

Monochromatic Colors of #c041cc

#c041cc

Complementary Color

#c041cc #4dcc41

#c041cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c041cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c041cc Color CSS Codes

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

#c041cc Text Font Color

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

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


#c041cc Background Color

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

This div background color is #c041cc


#c041cc Border Color

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

This div border color is #c041cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c041cc


Comments

No comments written yet.

Please login to write comment.