Color Hex Logo

#c40eaa Color Hex

#C40EAA
(196,14,170)
0 Favorites   0 Comments

Color spaces of #c40eaa

RGB 19614170
HSL0.860.870.41
HSV309°93°77°
CMYK 0.000.930.13   0.23
XYZ30.177714.952139.3257
Yxy14.95210.35730.1770
Hunter Lab38.667971.6382-33.2310
CIE-Lab45.568575.7217-36.2776

#c40eaa color RGB value is (196,14,170).

#c40eaa hex color red value is 196, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c40eaa hue: 0.86 , saturation: 0.87 and the lightness value of c40eaa is 0.41.

The process color (four color CMYK) of #c40eaa color hex is 0.00, 0.93, 0.13, 0.23. Web safe color of #c40eaa is #cc0099. Color #c40eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001110 10101010
Octal 304 16 252
Decimal 196 14 170
Hex C4 E AA

RGB Percentages of Color #c40eaa

%51.58
%3.68
%44.74

CMYK Percentages of Color #c40eaa

%0
%93
%13
%23

Triadic Colors of #c40eaa

#c40eaa #aac40e #0eaac4

Analogous Colors of #c40eaa

#c40eaa #c40e4f #830ec4

Monochromatic Colors of #c40eaa

#c40eaa

Complementary Color

#c40eaa #0ec428

#c40eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40eaa Color CSS Codes

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

#c40eaa Text Font Color

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

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


#c40eaa Background Color

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

This div background color is #c40eaa


#c40eaa Border Color

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

This div border color is #c40eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c40eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c40eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #c40eaa;
  box-shadow:         1px 1px 3px 2px #c40eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,14,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40eaa


Comments

No comments written yet.

Please login to write comment.