Color Hex Logo

#9505ff Color Hex

#9505FF
(149,5,255)
0 Favorites   0 Comments

Color spaces of #9505ff

RGB 1495255
HSL0.761.000.51
HSV275°98°100°
CMYK 0.420.980.00   0.00
XYZ30.498713.718195.6481
Yxy13.71810.21810.0981
Hunter Lab37.038082.1684-127.1860
CIE-Lab43.825984.4382-88.3960

#9505ff color RGB value is (149,5,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000101 11111111
Octal 225 5 377
Decimal 149 5 255
Hex 95 5 FF

RGB Percentages of Color #9505ff

%36.43
%1.22
%62.35

CMYK Percentages of Color #9505ff

%42
%98
%0
%0

Triadic Colors of #9505ff

#9505ff #ff9505 #05ff95

Analogous Colors of #9505ff

#9505ff #ff05ec #1805ff

Monochromatic Colors of #9505ff

#9505ff

Complementary Color

#9505ff #6fff05

#9505ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9505ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9505ff Color CSS Codes

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

#9505ff Text Font Color

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

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


#9505ff Background Color

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

This div background color is #9505ff


#9505ff Border Color

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

This div border color is #9505ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9505ff

Related Colors


Comments

No comments written yet.

Please login to write comment.