Color Hex Logo

#8514ff Color Hex

#8514FF
(133,20,255)
0 Favorites   0 Comments

Color spaces of #8514ff

RGB 13320255
HSL0.751.000.54
HSV269°92°100°
CMYK 0.480.920.00   0.00
XYZ27.973012.706995.5861
Yxy12.70690.20530.0933
Hunter Lab35.646777.6922-134.0324
CIE-Lab42.318381.2139-90.9540

#8514ff color RGB value is (133,20,255).

#8514ff hex color red value is 133, green value is 20 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8514ff hue: 0.75 , saturation: 1.00 and the lightness value of 8514ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 11111111
Octal 205 24 377
Decimal 133 20 255
Hex 85 14 FF

RGB Percentages of Color #8514ff

%32.60
%4.90
%62.50

CMYK Percentages of Color #8514ff

%48
%92
%0
%0

Triadic Colors of #8514ff

#8514ff #ff8514 #14ff85

Analogous Colors of #8514ff

#8514ff #fb14ff #1419ff

Monochromatic Colors of #8514ff

#8514ff

Complementary Color

#8514ff #8eff14

#8514ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8514ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8514ff Color CSS Codes

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

#8514ff Text Font Color

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

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


#8514ff Background Color

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

This div background color is #8514ff


#8514ff Border Color

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

This div border color is #8514ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,20,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8514ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8514ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8514ff;
  box-shadow:         1px 1px 3px 2px #8514ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8514ff


Comments

No comments written yet.

Please login to write comment.