Color Hex Logo

#c58cdd Color Hex

#C58CDD
(197,140,221)
0 Favorites   0 Comments

Color spaces of #c58cdd

RGB 197140221
HSL0.780.540.71
HSV282°37°87°
CMYK 0.110.370.00   0.13
XYZ45.455235.846972.9300
Yxy35.84690.29470.2324
Hunter Lab59.872330.7412-30.3101
CIE-Lab66.402835.8231-32.9158

#c58cdd color RGB value is (197,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 11011101
Octal 305 214 335
Decimal 197 140 221
Hex C5 8C DD

RGB Percentages of Color #c58cdd

%35.30
%25.09
%39.61

CMYK Percentages of Color #c58cdd

%11
%37
%0
%13

Triadic Colors of #c58cdd

#c58cdd #ddc58c #8cddc5

Analogous Colors of #c58cdd

#c58cdd #dd8ccd #9d8cdd

Monochromatic Colors of #c58cdd

#c58cdd

Complementary Color

#c58cdd #a4dd8c

#c58cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cdd Color CSS Codes

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

#c58cdd Text Font Color

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

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


#c58cdd Background Color

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

This div background color is #c58cdd


#c58cdd Border Color

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

This div border color is #c58cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cdd


Comments

No comments written yet.

Please login to write comment.