Color Hex Logo

#958afa Color Hex

#958AFA
(149,138,250)
0 Favorites   0 Comments

Color spaces of #958afa

RGB 149138250
HSL0.680.920.76
HSV246°45°98°
CMYK 0.400.450.00   0.02
XYZ38.738231.468694.4748
Yxy31.46860.23520.1911
Hunter Lab56.096925.0952-60.5846
CIE-Lab62.901230.6208-54.7210

#958afa color RGB value is (149,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11111010
Octal 225 212 372
Decimal 149 138 250
Hex 95 8A FA

RGB Percentages of Color #958afa

%27.75
%25.70
%46.55

CMYK Percentages of Color #958afa

%40
%45
%0
%2

Triadic Colors of #958afa

#958afa #fa958a #8afa95

Analogous Colors of #958afa

#958afa #cd8afa #8ab7fa

Monochromatic Colors of #958afa

#958afa

Complementary Color

#958afa #effa8a

#958afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#958afa Color CSS Codes

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

#958afa Text Font Color

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

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


#958afa Background Color

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

This div background color is #958afa


#958afa Border Color

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

This div border color is #958afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958afa


Comments

No comments written yet.

Please login to write comment.