Color Hex Logo

#c58aad Color Hex

#C58AAD
(197,138,173)
0 Favorites   0 Comments

Color spaces of #c58aad

RGB 197138173
HSL0.900.340.66
HSV324°30°77°
CMYK 0.000.300.12   0.23
XYZ39.657333.064443.8271
Yxy33.06440.34030.2837
Hunter Lab57.501722.4786-4.9390
CIE-Lab64.213027.8755-9.3712

#c58aad color RGB value is (197,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 10101101
Octal 305 212 255
Decimal 197 138 173
Hex C5 8A AD

RGB Percentages of Color #c58aad

%38.78
%27.17
%34.06

CMYK Percentages of Color #c58aad

%0
%30
%12
%23

Triadic Colors of #c58aad

#c58aad #adc58a #8aadc5

Analogous Colors of #c58aad

#c58aad #c58a90 #c08ac5

Monochromatic Colors of #c58aad

#c58aad

Complementary Color

#c58aad #8ac5a2

#c58aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58aad Color CSS Codes

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

#c58aad Text Font Color

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

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


#c58aad Background Color

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

This div background color is #c58aad


#c58aad Border Color

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

This div border color is #c58aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58aad


Comments

No comments written yet.

Please login to write comment.