Color Hex Logo

#c586df Color Hex

#C586DF
(197,134,223)
0 Favorites   0 Comments

Color spaces of #c586df

RGB 197134223
HSL0.780.580.70
HSV282°40°87°
CMYK 0.120.400.00   0.13
XYZ44.870334.248274.0577
Yxy34.24820.29290.2236
Hunter Lab58.522034.4471-34.0643
CIE-Lab65.159139.4994-35.9574

#c586df color RGB value is (197,134,223).

#c586df hex color red value is 197, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c586df hue: 0.78 , saturation: 0.58 and the lightness value of c586df is 0.70.

The process color (four color CMYK) of #c586df color hex is 0.12, 0.40, 0.00, 0.13. Web safe color of #c586df is #cc99cc. Color #c586df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 11011111
Octal 305 206 337
Decimal 197 134 223
Hex C5 86 DF

RGB Percentages of Color #c586df

%35.56
%24.19
%40.25

CMYK Percentages of Color #c586df

%12
%40
%0
%13

Triadic Colors of #c586df

#c586df #dfc586 #86dfc5

Analogous Colors of #c586df

#c586df #df86cd #9986df

Monochromatic Colors of #c586df

#c586df

Complementary Color

#c586df #a0df86

#c586df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586df Color CSS Codes

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

#c586df Text Font Color

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

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


#c586df Background Color

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

This div background color is #c586df


#c586df Border Color

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

This div border color is #c586df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586df

#c586df Color Palettes


Comments

No comments written yet.

Please login to write comment.