Color Hex Logo

#c240ac Color Hex

#C240AC
(194,64,172)
0 Favorites   0 Comments

Color spaces of #c240ac

RGB 19464172
HSL0.860.520.51
HSV310°67°76°
CMYK 0.000.670.11   0.24
XYZ31.527918.114740.8645
Yxy18.11470.34830.2001
Hunter Lab42.561457.7439-27.1332
CIE-Lab49.634963.2072-31.1006

#c240ac color RGB value is (194,64,172).

#c240ac hex color red value is 194, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c240ac hue: 0.86 , saturation: 0.52 and the lightness value of c240ac is 0.51.

The process color (four color CMYK) of #c240ac color hex is 0.00, 0.67, 0.11, 0.24. Web safe color of #c240ac is #cc3399. Color #c240ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 10101100
Octal 302 100 254
Decimal 194 64 172
Hex C2 40 AC

RGB Percentages of Color #c240ac

%45.12
%14.88
%40.00

CMYK Percentages of Color #c240ac

%0
%67
%11
%24

Triadic Colors of #c240ac

#c240ac #acc240 #40acc2

Analogous Colors of #c240ac

#c240ac #c2406b #9740c2

Monochromatic Colors of #c240ac

#c240ac

Complementary Color

#c240ac #40c256

#c240ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240ac Color CSS Codes

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

#c240ac Text Font Color

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

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


#c240ac Background Color

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

This div background color is #c240ac


#c240ac Border Color

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

This div border color is #c240ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,64,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c240ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c240ac;
  -webkit-box-shadow: 1px 1px 3px 2px #c240ac;
  box-shadow:         1px 1px 3px 2px #c240ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,64,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240ac


Comments

No comments written yet.

Please login to write comment.