Color Hex Logo

#951cef Color Hex

#951CEF
(149,28,239)
0 Favorites   0 Comments

Color spaces of #951cef

RGB 14928239
HSL0.760.870.52
HSV274°88°94°
CMYK 0.380.880.00   0.06
XYZ28.389713.452182.7616
Yxy13.45210.22780.1080
Hunter Lab36.677173.9820-108.1134
CIE-Lab43.436778.0363-80.0468

#951cef color RGB value is (149,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 11101111
Octal 225 34 357
Decimal 149 28 239
Hex 95 1C EF

RGB Percentages of Color #951cef

%35.82
%6.73
%57.45

CMYK Percentages of Color #951cef

%38
%88
%0
%6

Triadic Colors of #951cef

#951cef #ef951c #1cef95

Analogous Colors of #951cef

#951cef #ef1ce0 #2c1cef

Monochromatic Colors of #951cef

#951cef

Complementary Color

#951cef #76ef1c

#951cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#951cef Color CSS Codes

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

#951cef Text Font Color

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

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


#951cef Background Color

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

This div background color is #951cef


#951cef Border Color

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

This div border color is #951cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951cef


Comments

No comments written yet.

Please login to write comment.