Color Hex Logo

#951feb Color Hex

#951FEB
(149,31,235)
0 Favorites   0 Comments

Color spaces of #951feb

RGB 14931235
HSL0.760.840.52
HSV275°87°92°
CMYK 0.370.870.00   0.08
XYZ27.879813.367779.7081
Yxy13.36770.23050.1105
Hunter Lab36.561972.1297-103.6641
CIE-Lab43.312176.5602-77.9886

#951feb color RGB value is (149,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011111 11101011
Octal 225 37 353
Decimal 149 31 235
Hex 95 1F EB

RGB Percentages of Color #951feb

%35.90
%7.47
%56.63

CMYK Percentages of Color #951feb

%37
%87
%0
%8

Triadic Colors of #951feb

#951feb #eb951f #1feb95

Analogous Colors of #951feb

#951feb #eb1fdb #2f1feb

Monochromatic Colors of #951feb

#951feb

Complementary Color

#951feb #75eb1f

#951feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#951feb Color CSS Codes

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

#951feb Text Font Color

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

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


#951feb Background Color

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

This div background color is #951feb


#951feb Border Color

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

This div border color is #951feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951feb


Comments

No comments written yet.

Please login to write comment.