Color Hex Logo

#959be2 Color Hex

#959BE2
(149,155,226)
0 Favorites   0 Comments

Color spaces of #959be2

RGB 149155226
HSL0.650.570.74
HSV235°34°89°
CMYK 0.340.310.00   0.11
XYZ37.843235.323276.7750
Yxy35.32320.25240.2356
Hunter Lab59.43339.6486-34.9865
CIE-Lab65.999514.3889-36.6338

#959be2 color RGB value is (149,155,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011011 11100010
Octal 225 233 342
Decimal 149 155 226
Hex 95 9B E2

RGB Percentages of Color #959be2

%28.11
%29.25
%42.64

CMYK Percentages of Color #959be2

%34
%31
%0
%11

Triadic Colors of #959be2

#959be2 #e2959b #9be295

Analogous Colors of #959be2

#959be2 #b695e2 #95c2e2

Monochromatic Colors of #959be2

#959be2

Complementary Color

#959be2 #e2dc95

#959be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959be2 Color CSS Codes

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

#959be2 Text Font Color

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

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


#959be2 Background Color

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

This div background color is #959be2


#959be2 Border Color

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

This div border color is #959be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959be2


Comments

No comments written yet.

Please login to write comment.