Color Hex Logo

#c58bdd Color Hex

#C58BDD
(197,139,221)
0 Favorites   0 Comments

Color spaces of #c58bdd

RGB 197139221
HSL0.780.550.71
HSV282°37°87°
CMYK 0.110.370.00   0.13
XYZ45.309735.556072.8815
Yxy35.55600.29470.2313
Hunter Lab59.628931.2849-30.7271
CIE-Lab66.179336.3688-33.2623

#c58bdd color RGB value is (197,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001011 11011101
Octal 305 213 335
Decimal 197 139 221
Hex C5 8B DD

RGB Percentages of Color #c58bdd

%35.37
%24.96
%39.68

CMYK Percentages of Color #c58bdd

%11
%37
%0
%13

Triadic Colors of #c58bdd

#c58bdd #ddc58b #8bddc5

Analogous Colors of #c58bdd

#c58bdd #dd8bcc #9c8bdd

Monochromatic Colors of #c58bdd

#c58bdd

Complementary Color

#c58bdd #a3dd8b

#c58bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58bdd Color CSS Codes

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

#c58bdd Text Font Color

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

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


#c58bdd Background Color

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

This div background color is #c58bdd


#c58bdd Border Color

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

This div border color is #c58bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,139,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 #c58bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58bdd


Comments

No comments written yet.

Please login to write comment.