Color Hex Logo

#8214fc Color Hex

#8214FC
(130,20,252)
0 Favorites   0 Comments

Color spaces of #8214fc

RGB 13020252
HSL0.750.970.53
HSV268°92°99°
CMYK 0.480.920.00   0.01
XYZ27.026812.274493.0402
Yxy12.27440.20420.0927
Hunter Lab35.034876.3886-132.9290
CIE-Lab41.649080.3058-90.3924

#8214fc color RGB value is (130,20,252).

#8214fc hex color red value is 130, green value is 20 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8214fc hue: 0.75 , saturation: 0.97 and the lightness value of 8214fc is 0.53.

The process color (four color CMYK) of #8214fc color hex is 0.48, 0.92, 0.00, 0.01. Web safe color of #8214fc is #9900ff. Color #8214fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 11111100
Octal 202 24 374
Decimal 130 20 252
Hex 82 14 FC

RGB Percentages of Color #8214fc

%32.34
%4.98
%62.69

CMYK Percentages of Color #8214fc

%48
%92
%0
%1

Triadic Colors of #8214fc

#8214fc #fc8214 #14fc82

Analogous Colors of #8214fc

#8214fc #f614fc #141afc

Monochromatic Colors of #8214fc

#8214fc

Complementary Color

#8214fc #8efc14

#8214fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8214fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8214fc Color CSS Codes

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

#8214fc Text Font Color

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

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


#8214fc Background Color

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

This div background color is #8214fc


#8214fc Border Color

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

This div border color is #8214fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,20,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8214fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8214fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8214fc;
  box-shadow:         1px 1px 3px 2px #8214fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,20,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 #8214fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8214fc


Comments

No comments written yet.

Please login to write comment.