Color Hex Logo

#c58cda Color Hex

#C58CDA
(197,140,218)
0 Favorites   0 Comments

Color spaces of #c58cda

RGB 197140218
HSL0.790.510.70
HSV284°36°85°
CMYK 0.100.360.00   0.15
XYZ45.058935.688470.8434
Yxy35.68840.29720.2354
Hunter Lab59.739830.0896-28.4922
CIE-Lab66.281135.2077-31.4404

#c58cda color RGB value is (197,140,218).

#c58cda hex color red value is 197, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c58cda hue: 0.79 , saturation: 0.51 and the lightness value of c58cda is 0.70.

The process color (four color CMYK) of #c58cda color hex is 0.10, 0.36, 0.00, 0.15. Web safe color of #c58cda is #cc99cc. Color #c58cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 11011010
Octal 305 214 332
Decimal 197 140 218
Hex C5 8C DA

RGB Percentages of Color #c58cda

%35.50
%25.23
%39.28

CMYK Percentages of Color #c58cda

%10
%36
%0
%15

Triadic Colors of #c58cda

#c58cda #dac58c #8cdac5

Analogous Colors of #c58cda

#c58cda #da8cc8 #9e8cda

Monochromatic Colors of #c58cda

#c58cda

Complementary Color

#c58cda #a1da8c

#c58cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cda Color CSS Codes

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

#c58cda Text Font Color

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

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


#c58cda Background Color

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

This div background color is #c58cda


#c58cda Border Color

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

This div border color is #c58cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cda


Comments

No comments written yet.

Please login to write comment.