Color Hex Logo

#956eee Color Hex

#956EEE
(149,110,238)
0 Favorites   0 Comments

Color spaces of #956eee

RGB 149110238
HSL0.720.790.68
HSV258°54°93°
CMYK 0.370.540.00   0.07
XYZ33.403023.714583.7057
Yxy23.71450.23720.1684
Hunter Lab48.697537.2174-67.8247
CIE-Lab55.800843.3602-59.4208

#956eee color RGB value is (149,110,238).

#956eee hex color red value is 149, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #956eee hue: 0.72 , saturation: 0.79 and the lightness value of 956eee is 0.68.

The process color (four color CMYK) of #956eee color hex is 0.37, 0.54, 0.00, 0.07. Web safe color of #956eee is #9966ff. Color #956eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101110 11101110
Octal 225 156 356
Decimal 149 110 238
Hex 95 6E EE

RGB Percentages of Color #956eee

%29.98
%22.13
%47.89

CMYK Percentages of Color #956eee

%37
%54
%0
%7

Triadic Colors of #956eee

#956eee #ee956e #6eee95

Analogous Colors of #956eee

#956eee #d56eee #6e87ee

Monochromatic Colors of #956eee

#956eee

Complementary Color

#956eee #c7ee6e

#956eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#956eee Color CSS Codes

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

#956eee Text Font Color

<p style="color:#956eee">Text here</p>

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


#956eee Background Color

<div style="background-color:#956eee">
Div content here</div>

This div background color is #956eee


#956eee Border Color

<div style="border:3px solid #956eee">
Div here</div>

This div border color is #956eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,110,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956eee;
  -webkit-box-shadow: 1px 1px 3px 2px #956eee;
  box-shadow:         1px 1px 3px 2px #956eee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956eee


Comments

No comments written yet.

Please login to write comment.