Color Hex Logo

#9258eb Color Hex

#9258EB
(146,88,235)
0 Favorites   0 Comments

Color spaces of #9258eb

RGB 14688235
HSL0.730.790.63
HSV264°63°92°
CMYK 0.380.630.00   0.08
XYZ30.339219.088680.6827
Yxy19.08860.23320.1467
Hunter Lab43.690547.4941-78.9067
CIE-Lab50.790753.8197-65.8262

#9258eb color RGB value is (146,88,235).

#9258eb hex color red value is 146, green value is 88 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9258eb hue: 0.73 , saturation: 0.79 and the lightness value of 9258eb is 0.63.

The process color (four color CMYK) of #9258eb color hex is 0.38, 0.63, 0.00, 0.08. Web safe color of #9258eb is #9966ff. Color #9258eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01011000 11101011
Octal 222 130 353
Decimal 146 88 235
Hex 92 58 EB

RGB Percentages of Color #9258eb

%31.13
%18.76
%50.11

CMYK Percentages of Color #9258eb

%38
%63
%0
%8

Triadic Colors of #9258eb

#9258eb #eb9258 #58eb92

Analogous Colors of #9258eb

#9258eb #dc58eb #5868eb

Monochromatic Colors of #9258eb

#9258eb

Complementary Color

#9258eb #b1eb58

#9258eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9258eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9258eb Color CSS Codes

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

#9258eb Text Font Color

<p style="color:#9258eb">Text here</p>

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


#9258eb Background Color

<div style="background-color:#9258eb">
Div content here</div>

This div background color is #9258eb


#9258eb Border Color

<div style="border:3px solid #9258eb">
Div here</div>

This div border color is #9258eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,88,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9258eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9258eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9258eb;
  box-shadow:         1px 1px 3px 2px #9258eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9258eb


Comments

No comments written yet.

Please login to write comment.