Color Hex Logo

#959be3 Color Hex

#959BE3
(149,155,227)
0 Favorites   0 Comments

Color spaces of #959be3

RGB 149155227
HSL0.650.580.74
HSV235°34°89°
CMYK 0.340.320.00   0.11
XYZ37.980935.378377.4999
Yxy35.37830.25180.2345
Hunter Lab59.47979.8923-35.6170
CIE-Lab66.042114.6508-37.1188

#959be3 color RGB value is (149,155,227).

#959be3 hex color red value is 149, green value is 155 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #959be3 hue: 0.65 , saturation: 0.58 and the lightness value of 959be3 is 0.74.

The process color (four color CMYK) of #959be3 color hex is 0.34, 0.32, 0.00, 0.11. Web safe color of #959be3 is #9999cc. Color #959be3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011011 11100011
Octal 225 233 343
Decimal 149 155 227
Hex 95 9B E3

RGB Percentages of Color #959be3

%28.06
%29.19
%42.75

CMYK Percentages of Color #959be3

%34
%32
%0
%11

Triadic Colors of #959be3

#959be3 #e3959b #9be395

Analogous Colors of #959be3

#959be3 #b695e3 #95c2e3

Monochromatic Colors of #959be3

#959be3

Complementary Color

#959be3 #e3dd95

#959be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959be3 Color CSS Codes

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

#959be3 Text Font Color

<p style="color:#959be3">Text here</p>

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


#959be3 Background Color

<div style="background-color:#959be3">
Div content here</div>

This div background color is #959be3


#959be3 Border Color

<div style="border:3px solid #959be3">
Div here</div>

This div border color is #959be3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,155,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #959be3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #959be3;
  -webkit-box-shadow: 1px 1px 3px 2px #959be3;
  box-shadow:         1px 1px 3px 2px #959be3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959be3


Comments

No comments written yet.

Please login to write comment.