Color Hex Logo

#958aff Color Hex

#958AFF
(149,138,255)
0 Favorites   0 Comments

Color spaces of #958aff

RGB 149138255
HSL0.681.000.77
HSV246°46°100°
CMYK 0.420.460.00   0.00
XYZ39.532931.786598.6595
Yxy31.78650.23260.1870
Hunter Lab56.379526.4987-64.2869
CIE-Lab63.166031.9973-57.0404

#958aff color RGB value is (149,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11111111
Octal 225 212 377
Decimal 149 138 255
Hex 95 8A FF

RGB Percentages of Color #958aff

%27.49
%25.46
%47.05

CMYK Percentages of Color #958aff

%42
%46
%0
%0

Triadic Colors of #958aff

#958aff #ff958a #8aff95

Analogous Colors of #958aff

#958aff #d08aff #8abaff

Monochromatic Colors of #958aff

#958aff

Complementary Color

#958aff #f4ff8a

#958aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#958aff Color CSS Codes

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

#958aff Text Font Color

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

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


#958aff Background Color

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

This div background color is #958aff


#958aff Border Color

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

This div border color is #958aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958aff

Related Colors


Comments

No comments written yet.

Please login to write comment.