Color Hex Logo

#c58abd Color Hex

#C58ABD
(197,138,189)
0 Favorites   0 Comments

Color spaces of #c58abd

RGB 197138189
HSL0.860.340.66
HSV308°30°77°
CMYK 0.000.300.04   0.23
XYZ41.299733.721452.4763
Yxy33.72140.32390.2645
Hunter Lab58.070125.3272-12.9296
CIE-Lab64.740830.6887-17.5983

#c58abd color RGB value is (197,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 10111101
Octal 305 212 275
Decimal 197 138 189
Hex C5 8A BD

RGB Percentages of Color #c58abd

%37.60
%26.34
%36.07

CMYK Percentages of Color #c58abd

%0
%30
%4
%23

Triadic Colors of #c58abd

#c58abd #bdc58a #8abdc5

Analogous Colors of #c58abd

#c58abd #c58aa0 #b08ac5

Monochromatic Colors of #c58abd

#c58abd

Complementary Color

#c58abd #8ac592

#c58abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58abd Color CSS Codes

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

#c58abd Text Font Color

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

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


#c58abd Background Color

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

This div background color is #c58abd


#c58abd Border Color

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

This div border color is #c58abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58abd


Comments

No comments written yet.

Please login to write comment.