Color Hex Logo

#c40372 Color Hex

#C40372
(196,3,114)
0 Favorites   0 Comments

Color spaces of #c40372

RGB 1963114
HSL0.900.970.39
HSV325°98°77°
CMYK 0.000.980.42   0.23
XYZ25.834813.015817.0702
Yxy13.01580.46200.2328
Hunter Lab36.077464.6872-2.7992
CIE-Lab42.787070.4936-6.4854

#c40372 color RGB value is (196,3,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 01110010
Octal 304 3 162
Decimal 196 3 114
Hex C4 3 72

RGB Percentages of Color #c40372

%62.62
%0.96
%36.42

CMYK Percentages of Color #c40372

%0
%98
%42
%23

Triadic Colors of #c40372

#c40372 #72c403 #0372c4

Analogous Colors of #c40372

#c40372 #c40312 #b603c4

Monochromatic Colors of #c40372

#c40372

Complementary Color

#c40372 #03c455

#c40372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40372 Color CSS Codes

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

#c40372 Text Font Color

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

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


#c40372 Background Color

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

This div background color is #c40372


#c40372 Border Color

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

This div border color is #c40372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40372


Comments

No comments written yet.

Please login to write comment.