Color Hex Logo

#c58ea6 Color Hex

#C58EA6
(197,142,166)
0 Favorites   0 Comments

Color spaces of #c58ea6

RGB 197142166
HSL0.930.320.66
HSV334°28°77°
CMYK 0.000.280.16   0.23
XYZ39.581933.969540.5470
Yxy33.96950.34690.2977
Hunter Lab58.283419.2286-0.4490
CIE-Lab64.938424.5121-4.3408

#c58ea6 color RGB value is (197,142,166).

#c58ea6 hex color red value is 197, green value is 142 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c58ea6 hue: 0.93 , saturation: 0.32 and the lightness value of c58ea6 is 0.66.

The process color (four color CMYK) of #c58ea6 color hex is 0.00, 0.28, 0.16, 0.23. Web safe color of #c58ea6 is #cc9999. Color #c58ea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 10100110
Octal 305 216 246
Decimal 197 142 166
Hex C5 8E A6

RGB Percentages of Color #c58ea6

%39.01
%28.12
%32.87

CMYK Percentages of Color #c58ea6

%0
%28
%16
%23

Triadic Colors of #c58ea6

#c58ea6 #a6c58e #8ea6c5

Analogous Colors of #c58ea6

#c58ea6 #c5928e #c58ec2

Monochromatic Colors of #c58ea6

#c58ea6

Complementary Color

#c58ea6 #8ec5ad

#c58ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58ea6 Color CSS Codes

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

#c58ea6 Text Font Color

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

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


#c58ea6 Background Color

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

This div background color is #c58ea6


#c58ea6 Border Color

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

This div border color is #c58ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58ea6


Comments

No comments written yet.

Please login to write comment.