Color Hex Logo

#951eee Color Hex

#951EEE
(149,30,238)
0 Favorites   0 Comments

Color spaces of #951eee

RGB 14930238
HSL0.760.860.53
HSV274°87°93°
CMYK 0.370.870.00   0.07
XYZ28.291313.491282.0019
Yxy13.49120.22860.1090
Hunter Lab36.730473.2102-106.6558
CIE-Lab43.494277.4018-79.3874

#951eee color RGB value is (149,30,238).

#951eee hex color red value is 149, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #951eee hue: 0.76 , saturation: 0.86 and the lightness value of 951eee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011110 11101110
Octal 225 36 356
Decimal 149 30 238
Hex 95 1E EE

RGB Percentages of Color #951eee

%35.73
%7.19
%57.07

CMYK Percentages of Color #951eee

%37
%87
%0
%7

Triadic Colors of #951eee

#951eee #ee951e #1eee95

Analogous Colors of #951eee

#951eee #ee1edf #2d1eee

Monochromatic Colors of #951eee

#951eee

Complementary Color

#951eee #77ee1e

#951eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#951eee Color CSS Codes

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

#951eee Text Font Color

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

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


#951eee Background Color

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

This div background color is #951eee


#951eee Border Color

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

This div border color is #951eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951eee


Comments

No comments written yet.

Please login to write comment.