Color Hex Logo

#c58caf Color Hex

#C58CAF
(197,140,175)
0 Favorites   0 Comments

Color spaces of #c58caf

RGB 197140175
HSL0.900.330.66
HSV323°29°77°
CMYK 0.000.290.11   0.23
XYZ40.141933.721644.9507
Yxy33.72160.33790.2838
Hunter Lab58.070321.7676-5.2456
CIE-Lab64.741027.1155-9.7122

#c58caf color RGB value is (197,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 10101111
Octal 305 214 257
Decimal 197 140 175
Hex C5 8C AF

RGB Percentages of Color #c58caf

%38.48
%27.34
%34.18

CMYK Percentages of Color #c58caf

%0
%29
%11
%23

Triadic Colors of #c58caf

#c58caf #afc58c #8cafc5

Analogous Colors of #c58caf

#c58caf #c58c93 #bf8cc5

Monochromatic Colors of #c58caf

#c58caf

Complementary Color

#c58caf #8cc5a2

#c58caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58caf Color CSS Codes

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

#c58caf Text Font Color

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

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


#c58caf Background Color

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

This div background color is #c58caf


#c58caf Border Color

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

This div border color is #c58caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58caf


Comments

No comments written yet.

Please login to write comment.