Color Hex Logo

#c58ead Color Hex

#C58EAD
(197,142,173)
0 Favorites   0 Comments

Color spaces of #c58ead

RGB 197142173
HSL0.910.320.66
HSV326°28°77°
CMYK 0.000.280.12   0.23
XYZ40.241834.233444.0219
Yxy34.23340.33960.2889
Hunter Lab58.509320.3782-3.6528
CIE-Lab65.147425.6746-7.9787

#c58ead color RGB value is (197,142,173).

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

The process color (four color CMYK) of #c58ead color hex is 0.00, 0.28, 0.12, 0.23. Web safe color of #c58ead is #cc9999. Color #c58ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 10101101
Octal 305 216 255
Decimal 197 142 173
Hex C5 8E AD

RGB Percentages of Color #c58ead

%38.48
%27.73
%33.79

CMYK Percentages of Color #c58ead

%0
%28
%12
%23

Triadic Colors of #c58ead

#c58ead #adc58e #8eadc5

Analogous Colors of #c58ead

#c58ead #c58e92 #c28ec5

Monochromatic Colors of #c58ead

#c58ead

Complementary Color

#c58ead #8ec5a6

#c58ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58ead Color CSS Codes

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

#c58ead Text Font Color

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

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


#c58ead Background Color

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

This div background color is #c58ead


#c58ead Border Color

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

This div border color is #c58ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58ead


Comments

No comments written yet.

Please login to write comment.