Color Hex Logo

#c40397 Color Hex

#C40397
(196,3,151)
0 Favorites   0 Comments

Color spaces of #c40397

RGB 1963151
HSL0.870.970.39
HSV314°98°77°
CMYK 0.000.980.23   0.23
XYZ28.383414.035330.4913
Yxy14.03530.38930.1925
Hunter Lab37.463769.6743-22.0309
CIE-Lab44.283574.3615-26.9114

#c40397 color RGB value is (196,3,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 10010111
Octal 304 3 227
Decimal 196 3 151
Hex C4 3 97

RGB Percentages of Color #c40397

%56.00
%0.86
%43.14

CMYK Percentages of Color #c40397

%0
%98
%23
%23

Triadic Colors of #c40397

#c40397 #97c403 #0397c4

Analogous Colors of #c40397

#c40397 #c40336 #9103c4

Monochromatic Colors of #c40397

#c40397

Complementary Color

#c40397 #03c430

#c40397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40397 Color CSS Codes

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

#c40397 Text Font Color

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

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


#c40397 Background Color

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

This div background color is #c40397


#c40397 Border Color

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

This div border color is #c40397


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,3,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 #c40397">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40397


Comments

No comments written yet.

Please login to write comment.