Color Hex Logo

#c58aaf Color Hex

#C58AAF
(197,138,175)
0 Favorites   0 Comments

Color spaces of #c58aaf

RGB 197138175
HSL0.900.340.66
HSV322°30°77°
CMYK 0.000.300.11   0.23
XYZ39.852333.142444.8541
Yxy33.14240.33820.2812
Hunter Lab57.569422.8197-5.8960
CIE-Lab64.276028.2152-10.4071

#c58aaf color RGB value is (197,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 10101111
Octal 305 212 257
Decimal 197 138 175
Hex C5 8A AF

RGB Percentages of Color #c58aaf

%38.63
%27.06
%34.31

CMYK Percentages of Color #c58aaf

%0
%30
%11
%23

Triadic Colors of #c58aaf

#c58aaf #afc58a #8aafc5

Analogous Colors of #c58aaf

#c58aaf #c58a92 #be8ac5

Monochromatic Colors of #c58aaf

#c58aaf

Complementary Color

#c58aaf #8ac5a0

#c58aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58aaf Color CSS Codes

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

#c58aaf Text Font Color

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

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


#c58aaf Background Color

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

This div background color is #c58aaf


#c58aaf Border Color

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

This div border color is #c58aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58aaf


Comments

No comments written yet.

Please login to write comment.