Color Hex Logo

#9249ff Color Hex

#9249FF
(146,73,255)
0 Favorites   0 Comments

Color spaces of #9249ff

RGB 14673255
HSL0.731.000.64
HSV264°71°100°
CMYK 0.430.710.00   0.00
XYZ32.286618.096196.3989
Yxy18.09610.22000.1233
Hunter Lab42.539561.0336-104.5796
CIE-Lab49.612566.0585-78.9190

#9249ff color RGB value is (146,73,255).

#9249ff hex color red value is 146, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9249ff hue: 0.73 , saturation: 1.00 and the lightness value of 9249ff is 0.64.

The process color (four color CMYK) of #9249ff color hex is 0.43, 0.71, 0.00, 0.00. Web safe color of #9249ff is #9933ff. Color #9249ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001001 11111111
Octal 222 111 377
Decimal 146 73 255
Hex 92 49 FF

RGB Percentages of Color #9249ff

%30.80
%15.40
%53.80

CMYK Percentages of Color #9249ff

%43
%71
%0
%0

Triadic Colors of #9249ff

#9249ff #ff9249 #49ff92

Analogous Colors of #9249ff

#9249ff #ed49ff #495bff

Monochromatic Colors of #9249ff

#9249ff

Complementary Color

#9249ff #b6ff49

#9249ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9249ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9249ff Color CSS Codes

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

#9249ff Text Font Color

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

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


#9249ff Background Color

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

This div background color is #9249ff


#9249ff Border Color

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

This div border color is #9249ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9249ff

Related Colors


Comments

No comments written yet.

Please login to write comment.