Color Hex Logo

#c58cae Color Hex

#C58CAE
(197,140,174)
0 Favorites   0 Comments

Color spaces of #c58cae

RGB 197140174
HSL0.900.330.66
HSV324°29°77°
CMYK 0.000.290.12   0.23
XYZ40.044033.682544.4352
Yxy33.68250.33890.2851
Hunter Lab58.036621.5970-4.7692
CIE-Lab64.709826.9448-9.1946

#c58cae color RGB value is (197,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 10101110
Octal 305 214 256
Decimal 197 140 174
Hex C5 8C AE

RGB Percentages of Color #c58cae

%38.55
%27.40
%34.05

CMYK Percentages of Color #c58cae

%0
%29
%12
%23

Triadic Colors of #c58cae

#c58cae #aec58c #8caec5

Analogous Colors of #c58cae

#c58cae #c58c92 #c08cc5

Monochromatic Colors of #c58cae

#c58cae

Complementary Color

#c58cae #8cc5a3

#c58cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cae Color CSS Codes

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

#c58cae Text Font Color

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

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


#c58cae Background Color

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

This div background color is #c58cae


#c58cae Border Color

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

This div border color is #c58cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cae


Comments

No comments written yet.

Please login to write comment.