Color Hex Logo

#9158df Color Hex

#9158DF
(145,88,223)
0 Favorites   0 Comments

Color spaces of #9158df

RGB 14588223
HSL0.740.680.61
HSV265°61°87°
CMYK 0.350.610.00   0.13
XYZ28.486118.326971.8481
Yxy18.32690.24010.1544
Hunter Lab42.809943.8581-69.5397
CIE-Lab49.890250.5973-60.5161

#9158df color RGB value is (145,88,223).

#9158df hex color red value is 145, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9158df hue: 0.74 , saturation: 0.68 and the lightness value of 9158df is 0.61.

The process color (four color CMYK) of #9158df color hex is 0.35, 0.61, 0.00, 0.13. Web safe color of #9158df is #9966cc. Color #9158df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011000 11011111
Octal 221 130 337
Decimal 145 88 223
Hex 91 58 DF

RGB Percentages of Color #9158df

%31.80
%19.30
%48.90

CMYK Percentages of Color #9158df

%35
%61
%0
%13

Triadic Colors of #9158df

#9158df #df9158 #58df91

Analogous Colors of #9158df

#9158df #d558df #5862df

Monochromatic Colors of #9158df

#9158df

Complementary Color

#9158df #a6df58

#9158df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9158df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9158df Color CSS Codes

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

#9158df Text Font Color

<p style="color:#9158df">Text here</p>

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


#9158df Background Color

<div style="background-color:#9158df">
Div content here</div>

This div background color is #9158df


#9158df Border Color

<div style="border:3px solid #9158df">
Div here</div>

This div border color is #9158df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,88,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9158df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9158df;
  -webkit-box-shadow: 1px 1px 3px 2px #9158df;
  box-shadow:         1px 1px 3px 2px #9158df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9158df


Comments

No comments written yet.

Please login to write comment.