Color Hex Logo

#c409af Color Hex

#C409AF
(196,9,175)
0 Favorites   0 Comments

Color spaces of #c409af

RGB 1969175
HSL0.850.910.40
HSV307°95°77°
CMYK 0.000.950.11   0.23
XYZ30.600515.026341.8450
Yxy15.02630.34980.1718
Hunter Lab38.763873.0730-36.8682
CIE-Lab45.670276.8691-39.0810

#c409af color RGB value is (196,9,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 10101111
Octal 304 11 257
Decimal 196 9 175
Hex C4 9 AF

RGB Percentages of Color #c409af

%51.58
%2.37
%46.05

CMYK Percentages of Color #c409af

%0
%95
%11
%23

Triadic Colors of #c409af

#c409af #afc409 #09afc4

Analogous Colors of #c409af

#c409af #c40952 #7c09c4

Monochromatic Colors of #c409af

#c409af

Complementary Color

#c409af #09c41e

#c409af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409af Color CSS Codes

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

#c409af Text Font Color

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

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


#c409af Background Color

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

This div background color is #c409af


#c409af Border Color

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

This div border color is #c409af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409af


Comments

No comments written yet.

Please login to write comment.