Color Hex Logo

#c58fad Color Hex

#C58FAD
(197,143,173)
0 Favorites   0 Comments

Color spaces of #c58fad

RGB 197143173
HSL0.910.320.67
HSV327°27°77°
CMYK 0.000.270.12   0.23
XYZ40.391234.532444.0717
Yxy34.53240.33940.2902
Hunter Lab58.764319.8532-3.3310
CIE-Lab65.383025.1232-7.6283

#c58fad color RGB value is (197,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 10101101
Octal 305 217 255
Decimal 197 143 173
Hex C5 8F AD

RGB Percentages of Color #c58fad

%38.40
%27.88
%33.72

CMYK Percentages of Color #c58fad

%0
%27
%12
%23

Triadic Colors of #c58fad

#c58fad #adc58f #8fadc5

Analogous Colors of #c58fad

#c58fad #c58f92 #c28fc5

Monochromatic Colors of #c58fad

#c58fad

Complementary Color

#c58fad #8fc5a7

#c58fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fad Color CSS Codes

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

#c58fad Text Font Color

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

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


#c58fad Background Color

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

This div background color is #c58fad


#c58fad Border Color

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

This div border color is #c58fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fad


Comments

No comments written yet.

Please login to write comment.