Color Hex Logo

#9514ff Color Hex

#9514FF
(149,20,255)
0 Favorites   0 Comments

Color spaces of #9514ff

RGB 14920255
HSL0.761.000.54
HSV273°92°100°
CMYK 0.420.920.00   0.00
XYZ30.694614.109995.7134
Yxy14.10990.21840.1004
Hunter Lab37.563180.1252-124.7807
CIE-Lab44.390182.7375-87.4668

#9514ff color RGB value is (149,20,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010100 11111111
Octal 225 24 377
Decimal 149 20 255
Hex 95 14 FF

RGB Percentages of Color #9514ff

%35.14
%4.72
%60.14

CMYK Percentages of Color #9514ff

%42
%92
%0
%0

Triadic Colors of #9514ff

#9514ff #ff9514 #14ff95

Analogous Colors of #9514ff

#9514ff #ff14f4 #1f14ff

Monochromatic Colors of #9514ff

#9514ff

Complementary Color

#9514ff #7eff14

#9514ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9514ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9514ff Color CSS Codes

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

#9514ff Text Font Color

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

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


#9514ff Background Color

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

This div background color is #9514ff


#9514ff Border Color

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

This div border color is #9514ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9514ff


Comments

No comments written yet.

Please login to write comment.