Color Hex Logo

#958afb Color Hex

#958AFB
(149,138,251)
0 Favorites   0 Comments

Color spaces of #958afb

RGB 149138251
HSL0.680.930.76
HSV246°45°98°
CMYK 0.410.450.00   0.02
XYZ38.895531.531695.3030
Yxy31.53160.23470.1903
Hunter Lab56.153025.3738-61.3200
CIE-Lab62.953930.8951-55.1861

#958afb color RGB value is (149,138,251).

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

The process color (four color CMYK) of #958afb color hex is 0.41, 0.45, 0.00, 0.02. Web safe color of #958afb is #9999ff. Color #958afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11111011
Octal 225 212 373
Decimal 149 138 251
Hex 95 8A FB

RGB Percentages of Color #958afb

%27.70
%25.65
%46.65

CMYK Percentages of Color #958afb

%41
%45
%0
%2

Triadic Colors of #958afb

#958afb #fb958a #8afb95

Analogous Colors of #958afb

#958afb #ce8afb #8ab8fb

Monochromatic Colors of #958afb

#958afb

Complementary Color

#958afb #f0fb8a

#958afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958afb Color CSS Codes

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

#958afb Text Font Color

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

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


#958afb Background Color

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

This div background color is #958afb


#958afb Border Color

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

This div border color is #958afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,138,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958afb


Comments

No comments written yet.

Please login to write comment.