Color Hex Logo

#c45872 Color Hex

#C45872
(196,88,114)
0 Favorites   0 Comments

Color spaces of #c45872

RGB 19688114
HSL0.960.480.56
HSV346°55°77°
CMYK 0.000.550.42   0.23
XYZ29.291919.930118.2226
Yxy19.93010.43430.2955
Hunter Lab44.643138.99457.0490
CIE-Lab51.758145.67196.6078

#c45872 color RGB value is (196,88,114).

#c45872 hex color red value is 196, green value is 88 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c45872 hue: 0.96 , saturation: 0.48 and the lightness value of c45872 is 0.56.

The process color (four color CMYK) of #c45872 color hex is 0.00, 0.55, 0.42, 0.23. Web safe color of #c45872 is #cc6666. Color #c45872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 01110010
Octal 304 130 162
Decimal 196 88 114
Hex C4 58 72

RGB Percentages of Color #c45872

%49.25
%22.11
%28.64

CMYK Percentages of Color #c45872

%0
%55
%42
%23

Triadic Colors of #c45872

#c45872 #72c458 #5872c4

Analogous Colors of #c45872

#c45872 #c47458 #c458a8

Monochromatic Colors of #c45872

#c45872

Complementary Color

#c45872 #58c4aa

#c45872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45872 Color CSS Codes

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

#c45872 Text Font Color

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

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


#c45872 Background Color

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

This div background color is #c45872


#c45872 Border Color

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

This div border color is #c45872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45872


Comments

No comments written yet.

Please login to write comment.