Color Hex Logo

#c45871 Color Hex

#C45871
(196,88,113)
0 Favorites   0 Comments

Color spaces of #c45871

RGB 19688113
HSL0.960.480.56
HSV346°55°77°
CMYK 0.000.550.42   0.23
XYZ29.235319.907517.9244
Yxy19.90750.43590.2968
Hunter Lab44.617838.87887.4138
CIE-Lab51.732545.56477.1681

#c45871 color RGB value is (196,88,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 01110001
Octal 304 130 161
Decimal 196 88 113
Hex C4 58 71

RGB Percentages of Color #c45871

%49.37
%22.17
%28.46

CMYK Percentages of Color #c45871

%0
%55
%42
%23

Triadic Colors of #c45871

#c45871 #71c458 #5871c4

Analogous Colors of #c45871

#c45871 #c47558 #c458a7

Monochromatic Colors of #c45871

#c45871

Complementary Color

#c45871 #58c4ab

#c45871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45871 Color CSS Codes

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

#c45871 Text Font Color

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

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


#c45871 Background Color

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

This div background color is #c45871


#c45871 Border Color

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

This div border color is #c45871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45871


Comments

No comments written yet.

Please login to write comment.