Color Hex Logo

#c586ed Color Hex

#C586ED
(197,134,237)
0 Favorites   0 Comments

Color spaces of #c586ed

RGB 197134237
HSL0.770.740.73
HSV277°43°93°
CMYK 0.170.430.00   0.07
XYZ46.837135.034984.4146
Yxy35.03490.28170.2107
Hunter Lab59.190337.6635-43.1236
CIE-Lab65.775842.4484-42.7382

#c586ed color RGB value is (197,134,237).

#c586ed hex color red value is 197, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c586ed hue: 0.77 , saturation: 0.74 and the lightness value of c586ed is 0.73.

The process color (four color CMYK) of #c586ed color hex is 0.17, 0.43, 0.00, 0.07. Web safe color of #c586ed is #cc99ff. Color #c586ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 11101101
Octal 305 206 355
Decimal 197 134 237
Hex C5 86 ED

RGB Percentages of Color #c586ed

%34.68
%23.59
%41.73

CMYK Percentages of Color #c586ed

%17
%43
%0
%7

Triadic Colors of #c586ed

#c586ed #edc586 #86edc5

Analogous Colors of #c586ed

#c586ed #ed86e2 #9286ed

Monochromatic Colors of #c586ed

#c586ed

Complementary Color

#c586ed #aeed86

#c586ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586ed Color CSS Codes

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

#c586ed Text Font Color

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

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


#c586ed Background Color

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

This div background color is #c586ed


#c586ed Border Color

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

This div border color is #c586ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586ed

#c586ed Color Palettes


Comments

No comments written yet.

Please login to write comment.