Color Hex Logo

#c409a0 Color Hex

#C409A0
(196,9,160)
0 Favorites   0 Comments

Color spaces of #c409a0

RGB 1969160
HSL0.870.910.40
HSV312°95°77°
CMYK 0.000.950.18   0.23
XYZ29.207814.469234.5111
Yxy14.46920.37360.1851
Hunter Lab38.038470.4941-27.1652
CIE-Lab44.898474.9158-31.3656

#c409a0 color RGB value is (196,9,160).

#c409a0 hex color red value is 196, green value is 9 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c409a0 hue: 0.87 , saturation: 0.91 and the lightness value of c409a0 is 0.40.

The process color (four color CMYK) of #c409a0 color hex is 0.00, 0.95, 0.18, 0.23. Web safe color of #c409a0 is #cc0099. Color #c409a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 10100000
Octal 304 11 240
Decimal 196 9 160
Hex C4 9 A0

RGB Percentages of Color #c409a0

%53.70
%2.47
%43.84

CMYK Percentages of Color #c409a0

%0
%95
%18
%23

Triadic Colors of #c409a0

#c409a0 #a0c409 #09a0c4

Analogous Colors of #c409a0

#c409a0 #c40942 #8b09c4

Monochromatic Colors of #c409a0

#c409a0

Complementary Color

#c409a0 #09c42d

#c409a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409a0 Color CSS Codes

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

#c409a0 Text Font Color

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

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


#c409a0 Background Color

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

This div background color is #c409a0


#c409a0 Border Color

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

This div border color is #c409a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409a0


Comments

No comments written yet.

Please login to write comment.