Color Hex Logo

#9250ef Color Hex

#9250EF
(146,80,239)
0 Favorites   0 Comments

Color spaces of #9250ef

RGB 14680239
HSL0.740.830.63
HSV265°67°94°
CMYK 0.390.670.00   0.06
XYZ30.302718.080383.5541
Yxy18.08030.22970.1370
Hunter Lab42.520952.7970-86.7408
CIE-Lab49.593458.8436-70.0126

#9250ef color RGB value is (146,80,239).

#9250ef hex color red value is 146, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9250ef hue: 0.74 , saturation: 0.83 and the lightness value of 9250ef is 0.63.

The process color (four color CMYK) of #9250ef color hex is 0.39, 0.67, 0.00, 0.06. Web safe color of #9250ef is #9966ff. Color #9250ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010000 11101111
Octal 222 120 357
Decimal 146 80 239
Hex 92 50 EF

RGB Percentages of Color #9250ef

%31.40
%17.20
%51.40

CMYK Percentages of Color #9250ef

%39
%67
%0
%6

Triadic Colors of #9250ef

#9250ef #ef9250 #50ef92

Analogous Colors of #9250ef

#9250ef #e250ef #505def

Monochromatic Colors of #9250ef

#9250ef

Complementary Color

#9250ef #adef50

#9250ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9250ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9250ef Color CSS Codes

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

#9250ef Text Font Color

<p style="color:#9250ef">Text here</p>

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


#9250ef Background Color

<div style="background-color:#9250ef">
Div content here</div>

This div background color is #9250ef


#9250ef Border Color

<div style="border:3px solid #9250ef">
Div here</div>

This div border color is #9250ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,80,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9250ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9250ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9250ef;
  box-shadow:         1px 1px 3px 2px #9250ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9250ef


Comments

No comments written yet.

Please login to write comment.