Color Hex Logo

#c58abe Color Hex

#C58ABE
(197,138,190)
0 Favorites   0 Comments

Color spaces of #c58abe

RGB 197138190
HSL0.850.340.66
HSV307°30°77°
CMYK 0.000.300.04   0.23
XYZ41.408733.765053.0500
Yxy33.76500.32290.2633
Hunter Lab58.107725.5143-13.4541
CIE-Lab64.775630.8716-18.1077

#c58abe color RGB value is (197,138,190).

#c58abe hex color red value is 197, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c58abe hue: 0.85 , saturation: 0.34 and the lightness value of c58abe is 0.66.

The process color (four color CMYK) of #c58abe color hex is 0.00, 0.30, 0.04, 0.23. Web safe color of #c58abe is #cc99cc. Color #c58abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 10111110
Octal 305 212 276
Decimal 197 138 190
Hex C5 8A BE

RGB Percentages of Color #c58abe

%37.52
%26.29
%36.19

CMYK Percentages of Color #c58abe

%0
%30
%4
%23

Triadic Colors of #c58abe

#c58abe #bec58a #8abec5

Analogous Colors of #c58abe

#c58abe #c58aa1 #af8ac5

Monochromatic Colors of #c58abe

#c58abe

Complementary Color

#c58abe #8ac591

#c58abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58abe Color CSS Codes

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

#c58abe Text Font Color

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

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


#c58abe Background Color

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

This div background color is #c58abe


#c58abe Border Color

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

This div border color is #c58abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58abe


Comments

No comments written yet.

Please login to write comment.