Color Hex Logo

#958adb Color Hex

#958ADB
(149,138,219)
0 Favorites   0 Comments

Color spaces of #958adb

RGB 149138219
HSL0.690.530.70
HSV248°37°86°
CMYK 0.320.370.00   0.14
XYZ34.269129.681070.9407
Yxy29.68100.25410.2200
Hunter Lab54.480316.9393-39.0674
CIE-Lab61.378022.3442-39.9734

#958adb color RGB value is (149,138,219).

#958adb hex color red value is 149, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #958adb hue: 0.69 , saturation: 0.53 and the lightness value of 958adb is 0.70.

The process color (four color CMYK) of #958adb color hex is 0.32, 0.37, 0.00, 0.14. Web safe color of #958adb is #9999cc. Color #958adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11011011
Octal 225 212 333
Decimal 149 138 219
Hex 95 8A DB

RGB Percentages of Color #958adb

%29.45
%27.27
%43.28

CMYK Percentages of Color #958adb

%32
%37
%0
%14

Triadic Colors of #958adb

#958adb #db958a #8adb95

Analogous Colors of #958adb

#958adb #be8adb #8aa8db

Monochromatic Colors of #958adb

#958adb

Complementary Color

#958adb #d0db8a

#958adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958adb Color CSS Codes

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

#958adb Text Font Color

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

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


#958adb Background Color

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

This div background color is #958adb


#958adb Border Color

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

This div border color is #958adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958adb

#958adb Color Palettes


Comments

No comments written yet.

Please login to write comment.