Color Hex Logo

#c586ff Color Hex

#C586FF
(197,134,255)
0 Favorites   0 Comments

Color spaces of #c586ff

RGB 197134255
HSL0.751.000.76
HSV271°47°100°
CMYK 0.230.470.00   0.00
XYZ49.601136.140598.9693
Yxy36.14050.26850.1957
Hunter Lab60.117042.0715-55.5260
CIE-Lab66.627146.3996-51.2753

#c586ff color RGB value is (197,134,255).

#c586ff hex color red value is 197, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c586ff hue: 0.75 , saturation: 1.00 and the lightness value of c586ff is 0.76.

The process color (four color CMYK) of #c586ff color hex is 0.23, 0.47, 0.00, 0.00. Web safe color of #c586ff is #cc99ff. Color #c586ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 11111111
Octal 305 206 377
Decimal 197 134 255
Hex C5 86 FF

RGB Percentages of Color #c586ff

%33.62
%22.87
%43.52

CMYK Percentages of Color #c586ff

%23
%47
%0
%0

Triadic Colors of #c586ff

#c586ff #ffc586 #86ffc5

Analogous Colors of #c586ff

#c586ff #ff86fd #8986ff

Monochromatic Colors of #c586ff

#c586ff

Complementary Color

#c586ff #c0ff86

#c586ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586ff Color CSS Codes

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

#c586ff Text Font Color

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

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


#c586ff Background Color

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

This div background color is #c586ff


#c586ff Border Color

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

This div border color is #c586ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586ff


Comments

No comments written yet.

Please login to write comment.