Color Hex Logo

#951cee Color Hex

#951CEE
(149,28,238)
0 Favorites   0 Comments

Color spaces of #951cee

RGB 14928238
HSL0.760.860.52
HSV275°88°93°
CMYK 0.370.880.00   0.07
XYZ28.242313.393181.9855
Yxy13.39310.22850.1083
Hunter Lab36.596673.7079-107.2068
CIE-Lab43.349777.8320-79.6245

#951cee color RGB value is (149,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 11101110
Octal 225 34 356
Decimal 149 28 238
Hex 95 1C EE

RGB Percentages of Color #951cee

%35.90
%6.75
%57.35

CMYK Percentages of Color #951cee

%37
%88
%0
%7

Triadic Colors of #951cee

#951cee #ee951c #1cee95

Analogous Colors of #951cee

#951cee #ee1cde #2c1cee

Monochromatic Colors of #951cee

#951cee

Complementary Color

#951cee #75ee1c

#951cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#951cee Color CSS Codes

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

#951cee Text Font Color

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

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


#951cee Background Color

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

This div background color is #951cee


#951cee Border Color

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

This div border color is #951cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951cee


Comments

No comments written yet.

Please login to write comment.