Color Hex Logo

#c40497 Color Hex

#C40497
(196,4,151)
0 Favorites   0 Comments

Color spaces of #c40497

RGB 1964151
HSL0.870.960.39
HSV314°98°77°
CMYK 0.000.980.23   0.23
XYZ28.394314.057030.4949
Yxy14.05700.38920.1927
Hunter Lab37.492769.5711-21.9790
CIE-Lab44.314674.2705-26.8630

#c40497 color RGB value is (196,4,151).

#c40497 hex color red value is 196, green value is 4 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c40497 hue: 0.87 , saturation: 0.96 and the lightness value of c40497 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 10010111
Octal 304 4 227
Decimal 196 4 151
Hex C4 4 97

RGB Percentages of Color #c40497

%55.84
%1.14
%43.02

CMYK Percentages of Color #c40497

%0
%98
%23
%23

Triadic Colors of #c40497

#c40497 #97c404 #0497c4

Analogous Colors of #c40497

#c40497 #c40437 #9104c4

Monochromatic Colors of #c40497

#c40497

Complementary Color

#c40497 #04c431

#c40497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40497 Color CSS Codes

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

#c40497 Text Font Color

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

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


#c40497 Background Color

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

This div background color is #c40497


#c40497 Border Color

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

This div border color is #c40497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40497


Comments

No comments written yet.

Please login to write comment.