Color Hex Logo

#9249fd Color Hex

#9249FD
(146,73,253)
0 Favorites   0 Comments

Color spaces of #9249fd

RGB 14673253
HSL0.730.980.64
HSV264°71°99°
CMYK 0.420.710.00   0.01
XYZ31.966217.967994.7119
Yxy17.96790.22100.1242
Hunter Lab42.388660.4310-102.8040
CIE-Lab49.457265.5701-78.0599

#9249fd color RGB value is (146,73,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001001 11111101
Octal 222 111 375
Decimal 146 73 253
Hex 92 49 FD

RGB Percentages of Color #9249fd

%30.93
%15.47
%53.60

CMYK Percentages of Color #9249fd

%42
%71
%0
%1

Triadic Colors of #9249fd

#9249fd #fd9249 #49fd92

Analogous Colors of #9249fd

#9249fd #ec49fd #495afd

Monochromatic Colors of #9249fd

#9249fd

Complementary Color

#9249fd #b4fd49

#9249fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9249fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9249fd Color CSS Codes

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

#9249fd Text Font Color

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

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


#9249fd Background Color

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

This div background color is #9249fd


#9249fd Border Color

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

This div border color is #9249fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,73,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9249fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9249fd


Comments

No comments written yet.

Please login to write comment.