Color Hex Logo

#958edb Color Hex

#958EDB
(149,142,219)
0 Favorites   0 Comments

Color spaces of #958edb

RGB 149142219
HSL0.680.520.71
HSV245°35°86°
CMYK 0.320.350.00   0.14
XYZ34.853630.850071.1355
Yxy30.85000.25470.2254
Hunter Lab55.542814.8105-37.0548
CIE-Lab62.380820.0336-38.4030

#958edb color RGB value is (149,142,219).

#958edb hex color red value is 149, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #958edb hue: 0.68 , saturation: 0.52 and the lightness value of 958edb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001110 11011011
Octal 225 216 333
Decimal 149 142 219
Hex 95 8E DB

RGB Percentages of Color #958edb

%29.22
%27.84
%42.94

CMYK Percentages of Color #958edb

%32
%35
%0
%14

Triadic Colors of #958edb

#958edb #db958e #8edb95

Analogous Colors of #958edb

#958edb #bc8edb #8eaedb

Monochromatic Colors of #958edb

#958edb

Complementary Color

#958edb #d4db8e

#958edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958edb Color CSS Codes

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

#958edb Text Font Color

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

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


#958edb Background Color

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

This div background color is #958edb


#958edb Border Color

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

This div border color is #958edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958edb


Comments

No comments written yet.

Please login to write comment.