Color Hex Logo

#c58aca Color Hex

#C58ACA
(197,138,202)
0 Favorites   0 Comments

Color spaces of #c58aca

RGB 197138202
HSL0.820.380.67
HSV295°32°79°
CMYK 0.020.320.00   0.21
XYZ42.775134.311560.2454
Yxy34.31150.31150.2498
Hunter Lab58.576027.8415-19.9765
CIE-Lab65.209133.1274-24.1761

#c58aca color RGB value is (197,138,202).

#c58aca hex color red value is 197, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c58aca hue: 0.82 , saturation: 0.38 and the lightness value of c58aca is 0.67.

The process color (four color CMYK) of #c58aca color hex is 0.02, 0.32, 0.00, 0.21. Web safe color of #c58aca is #cc99cc. Color #c58aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 11001010
Octal 305 212 312
Decimal 197 138 202
Hex C5 8A CA

RGB Percentages of Color #c58aca

%36.69
%25.70
%37.62

CMYK Percentages of Color #c58aca

%2
%32
%0
%21

Triadic Colors of #c58aca

#c58aca #cac58a #8acac5

Analogous Colors of #c58aca

#c58aca #ca8aaf #a58aca

Monochromatic Colors of #c58aca

#c58aca

Complementary Color

#c58aca #8fca8a

#c58aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58aca Color CSS Codes

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

#c58aca Text Font Color

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

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


#c58aca Background Color

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

This div background color is #c58aca


#c58aca Border Color

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

This div border color is #c58aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58aca


Comments

No comments written yet.

Please login to write comment.