Color Hex Logo

#958ace Color Hex

#958ACE
(149,138,206)
0 Favorites   0 Comments

Color spaces of #958ace

RGB 149138206
HSL0.690.410.67
HSV250°33°81°
CMYK 0.280.330.00   0.19
XYZ32.623529.022862.2750
Yxy29.02280.26330.2342
Hunter Lab53.872813.8160-30.8261
CIE-Lab60.801719.0381-33.5984

#958ace color RGB value is (149,138,206).

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

The process color (four color CMYK) of #958ace color hex is 0.28, 0.33, 0.00, 0.19. Web safe color of #958ace is #9999cc. Color #958ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 11001110
Octal 225 212 316
Decimal 149 138 206
Hex 95 8A CE

RGB Percentages of Color #958ace

%30.22
%27.99
%41.78

CMYK Percentages of Color #958ace

%28
%33
%0
%19

Triadic Colors of #958ace

#958ace #ce958a #8ace95

Analogous Colors of #958ace

#958ace #b78ace #8aa1ce

Monochromatic Colors of #958ace

#958ace

Complementary Color

#958ace #c3ce8a

#958ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#958ace Color CSS Codes

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

#958ace Text Font Color

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

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


#958ace Background Color

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

This div background color is #958ace


#958ace Border Color

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

This div border color is #958ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958ace


Comments

No comments written yet.

Please login to write comment.