Color Hex Logo

#c58aee Color Hex

#C58AEE
(197,138,238)
0 Favorites   0 Comments

Color spaces of #c58aee

RGB 197138238
HSL0.770.750.74
HSV275°42°93°
CMYK 0.170.420.00   0.07
XYZ47.547136.220385.3741
Yxy36.22030.28110.2141
Hunter Lab60.183335.7010-41.9786
CIE-Lab66.687940.5025-41.8592

#c58aee color RGB value is (197,138,238).

#c58aee hex color red value is 197, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c58aee hue: 0.77 , saturation: 0.75 and the lightness value of c58aee is 0.74.

The process color (four color CMYK) of #c58aee color hex is 0.17, 0.42, 0.00, 0.07. Web safe color of #c58aee is #cc99ff. Color #c58aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 11101110
Octal 305 212 356
Decimal 197 138 238
Hex C5 8A EE

RGB Percentages of Color #c58aee

%34.38
%24.08
%41.54

CMYK Percentages of Color #c58aee

%17
%42
%0
%7

Triadic Colors of #c58aee

#c58aee #eec58a #8aeec5

Analogous Colors of #c58aee

#c58aee #ee8ae5 #938aee

Monochromatic Colors of #c58aee

#c58aee

Complementary Color

#c58aee #b3ee8a

#c58aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58aee Color CSS Codes

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

#c58aee Text Font Color

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

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


#c58aee Background Color

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

This div background color is #c58aee


#c58aee Border Color

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

This div border color is #c58aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58aee


Comments

No comments written yet.

Please login to write comment.