Color Hex Logo

#c58fcd Color Hex

#C58FCD
(197,143,205)
0 Favorites   0 Comments

Color spaces of #c58fcd

RGB 197143205
HSL0.810.380.68
HSV292°30°80°
CMYK 0.040.300.00   0.20
XYZ43.867935.923062.3794
Yxy35.92300.30860.2527
Hunter Lab59.935825.7591-19.7522
CIE-Lab66.461030.9665-23.9337

#c58fcd color RGB value is (197,143,205).

#c58fcd hex color red value is 197, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c58fcd hue: 0.81 , saturation: 0.38 and the lightness value of c58fcd is 0.68.

The process color (four color CMYK) of #c58fcd color hex is 0.04, 0.30, 0.00, 0.20. Web safe color of #c58fcd is #cc99cc. Color #c58fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11001101
Octal 305 217 315
Decimal 197 143 205
Hex C5 8F CD

RGB Percentages of Color #c58fcd

%36.15
%26.24
%37.61

CMYK Percentages of Color #c58fcd

%4
%30
%0
%20

Triadic Colors of #c58fcd

#c58fcd #cdc58f #8fcdc5

Analogous Colors of #c58fcd

#c58fcd #cd8fb6 #a68fcd

Monochromatic Colors of #c58fcd

#c58fcd

Complementary Color

#c58fcd #97cd8f

#c58fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fcd Color CSS Codes

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

#c58fcd Text Font Color

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

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


#c58fcd Background Color

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

This div background color is #c58fcd


#c58fcd Border Color

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

This div border color is #c58fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fcd


Comments

No comments written yet.

Please login to write comment.