Color Hex Logo

#c586fc Color Hex

#C586FC
(197,134,252)
0 Favorites   0 Comments

Color spaces of #c586fc

RGB 197134252
HSL0.760.950.76
HSV272°47°99°
CMYK 0.220.470.00   0.01
XYZ49.121735.948896.4453
Yxy35.94880.27060.1980
Hunter Lab59.957341.3158-53.4018
CIE-Lab66.480845.7293-49.8665

#c586fc color RGB value is (197,134,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 11111100
Octal 305 206 374
Decimal 197 134 252
Hex C5 86 FC

RGB Percentages of Color #c586fc

%33.79
%22.98
%43.22

CMYK Percentages of Color #c586fc

%22
%47
%0
%1

Triadic Colors of #c586fc

#c586fc #fcc586 #86fcc5

Analogous Colors of #c586fc

#c586fc #fc86f8 #8a86fc

Monochromatic Colors of #c586fc

#c586fc

Complementary Color

#c586fc #bdfc86

#c586fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586fc Color CSS Codes

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

#c586fc Text Font Color

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

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


#c586fc Background Color

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

This div background color is #c586fc


#c586fc Border Color

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

This div border color is #c586fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586fc


Comments

No comments written yet.

Please login to write comment.