Color Hex Logo

#c58daf Color Hex

#C58DAF
(197,141,175)
0 Favorites   0 Comments

Color spaces of #c58daf

RGB 197141175
HSL0.900.330.66
HSV324°28°77°
CMYK 0.000.280.11   0.23
XYZ40.288734.015244.9996
Yxy34.01520.33770.2851
Hunter Lab58.322621.2417-4.9203
CIE-Lab64.974626.5651-9.3634

#c58daf color RGB value is (197,141,175).

#c58daf hex color red value is 197, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c58daf hue: 0.90 , saturation: 0.33 and the lightness value of c58daf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 10101111
Octal 305 215 257
Decimal 197 141 175
Hex C5 8D AF

RGB Percentages of Color #c58daf

%38.40
%27.49
%34.11

CMYK Percentages of Color #c58daf

%0
%28
%11
%23

Triadic Colors of #c58daf

#c58daf #afc58d #8dafc5

Analogous Colors of #c58daf

#c58daf #c58d93 #bf8dc5

Monochromatic Colors of #c58daf

#c58daf

Complementary Color

#c58daf #8dc5a3

#c58daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58daf Color CSS Codes

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

#c58daf Text Font Color

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

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


#c58daf Background Color

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

This div background color is #c58daf


#c58daf Border Color

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

This div border color is #c58daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58daf


Comments

No comments written yet.

Please login to write comment.