Color Hex Logo

#c58add Color Hex

#C58ADD
(197,138,221)
0 Favorites   0 Comments

Color spaces of #c58add

RGB 197138221
HSL0.790.550.70
HSV283°38°87°
CMYK 0.110.380.00   0.13
XYZ45.165635.267772.8335
Yxy35.26770.29470.2301
Hunter Lab59.386631.8289-31.1444
CIE-Lab65.956636.9143-33.6079

#c58add color RGB value is (197,138,221).

#c58add hex color red value is 197, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c58add hue: 0.79 , saturation: 0.55 and the lightness value of c58add is 0.70.

The process color (four color CMYK) of #c58add color hex is 0.11, 0.38, 0.00, 0.13. Web safe color of #c58add is #cc99cc. Color #c58add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 11011101
Octal 305 212 335
Decimal 197 138 221
Hex C5 8A DD

RGB Percentages of Color #c58add

%35.43
%24.82
%39.75

CMYK Percentages of Color #c58add

%11
%38
%0
%13

Triadic Colors of #c58add

#c58add #ddc58a #8addc5

Analogous Colors of #c58add

#c58add #dd8acc #9c8add

Monochromatic Colors of #c58add

#c58add

Complementary Color

#c58add #a2dd8a

#c58add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58add Color CSS Codes

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

#c58add Text Font Color

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

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


#c58add Background Color

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

This div background color is #c58add


#c58add Border Color

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

This div border color is #c58add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58add


Comments

No comments written yet.

Please login to write comment.