Color Hex Logo

#c40795 Color Hex

#C40795
(196,7,149)
0 Favorites   0 Comments

Color spaces of #c40795

RGB 1967149
HSL0.870.930.40
HSV315°96°77°
CMYK 0.000.960.24   0.23
XYZ28.265714.057629.6574
Yxy14.05760.39270.1953
Hunter Lab37.493568.9546-20.6531
CIE-Lab44.315473.7614-25.6525

#c40795 color RGB value is (196,7,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 10010101
Octal 304 7 225
Decimal 196 7 149
Hex C4 7 95

RGB Percentages of Color #c40795

%55.68
%1.99
%42.33

CMYK Percentages of Color #c40795

%0
%96
%24
%23

Triadic Colors of #c40795

#c40795 #95c407 #0795c4

Analogous Colors of #c40795

#c40795 #c40736 #9507c4

Monochromatic Colors of #c40795

#c40795

Complementary Color

#c40795 #07c436

#c40795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40795 Color CSS Codes

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

#c40795 Text Font Color

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

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


#c40795 Background Color

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

This div background color is #c40795


#c40795 Border Color

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

This div border color is #c40795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40795


Comments

No comments written yet.

Please login to write comment.