Color Hex Logo

#958aef Color Hex

#958AEF
(149,138,239)
0 Favorites   0 Comments

Color spaces of #958aef

RGB 149138239
HSL0.680.760.74
HSV247°42°94°
CMYK 0.380.420.00   0.06
XYZ37.062930.798585.6526
Yxy30.79850.24140.2006
Hunter Lab55.496422.0913-52.6601
CIE-Lab62.337227.6292-49.5608

#958aef color RGB value is (149,138,239).

#958aef hex color red value is 149, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #958aef hue: 0.68 , saturation: 0.76 and the lightness value of 958aef is 0.74.

The process color (four color CMYK) of #958aef color hex is 0.38, 0.42, 0.00, 0.06. Web safe color of #958aef is #9999ff. Color #958aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11101111
Octal 225 212 357
Decimal 149 138 239
Hex 95 8A EF

RGB Percentages of Color #958aef

%28.33
%26.24
%45.44

CMYK Percentages of Color #958aef

%38
%42
%0
%6

Triadic Colors of #958aef

#958aef #ef958a #8aef95

Analogous Colors of #958aef

#958aef #c88aef #8ab2ef

Monochromatic Colors of #958aef

#958aef

Complementary Color

#958aef #e4ef8a

#958aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#958aef Color CSS Codes

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

#958aef Text Font Color

<p style="color:#958aef">Text here</p>

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


#958aef Background Color

<div style="background-color:#958aef">
Div content here</div>

This div background color is #958aef


#958aef Border Color

<div style="border:3px solid #958aef">
Div here</div>

This div border color is #958aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,138,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958aef;
  -webkit-box-shadow: 1px 1px 3px 2px #958aef;
  box-shadow:         1px 1px 3px 2px #958aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,138,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 #958aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958aef


Comments

No comments written yet.

Please login to write comment.