Color Hex Logo

#c58fac Color Hex

#C58FAC
(197,143,172)
0 Favorites   0 Comments

Color spaces of #c58fac

RGB 197143172
HSL0.910.320.67
HSV328°27°77°
CMYK 0.000.270.13   0.23
XYZ40.294834.493843.5639
Yxy34.49380.34050.2914
Hunter Lab58.731419.6863-2.8662
CIE-Lab65.352624.9547-7.1101

#c58fac color RGB value is (197,143,172).

#c58fac hex color red value is 197, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c58fac hue: 0.91 , saturation: 0.32 and the lightness value of c58fac is 0.67.

The process color (four color CMYK) of #c58fac color hex is 0.00, 0.27, 0.13, 0.23. Web safe color of #c58fac is #cc9999. Color #c58fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 10101100
Octal 305 217 254
Decimal 197 143 172
Hex C5 8F AC

RGB Percentages of Color #c58fac

%38.48
%27.93
%33.59

CMYK Percentages of Color #c58fac

%0
%27
%13
%23

Triadic Colors of #c58fac

#c58fac #acc58f #8facc5

Analogous Colors of #c58fac

#c58fac #c58f91 #c38fc5

Monochromatic Colors of #c58fac

#c58fac

Complementary Color

#c58fac #8fc5a8

#c58fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fac Color CSS Codes

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

#c58fac Text Font Color

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

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


#c58fac Background Color

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

This div background color is #c58fac


#c58fac Border Color

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

This div border color is #c58fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,143,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c58fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c58fac;
  -webkit-box-shadow: 1px 1px 3px 2px #c58fac;
  box-shadow:         1px 1px 3px 2px #c58fac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,143,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fac


Comments

No comments written yet.

Please login to write comment.