Color Hex Logo

#951fea Color Hex

#951FEA
(149,31,234)
0 Favorites   0 Comments

Color spaces of #951fea

RGB 14931234
HSL0.760.830.52
HSV275°87°92°
CMYK 0.360.870.00   0.08
XYZ27.735713.310078.9492
Yxy13.31000.23110.1109
Hunter Lab36.482971.8576-102.7660
CIE-Lab43.226776.3552-77.5621

#951fea color RGB value is (149,31,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011111 11101010
Octal 225 37 352
Decimal 149 31 234
Hex 95 1F EA

RGB Percentages of Color #951fea

%35.99
%7.49
%56.52

CMYK Percentages of Color #951fea

%36
%87
%0
%8

Triadic Colors of #951fea

#951fea #ea951f #1fea95

Analogous Colors of #951fea

#951fea #ea1fda #301fea

Monochromatic Colors of #951fea

#951fea

Complementary Color

#951fea #74ea1f

#951fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#951fea Color CSS Codes

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

#951fea Text Font Color

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

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


#951fea Background Color

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

This div background color is #951fea


#951fea Border Color

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

This div border color is #951fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951fea


Comments

No comments written yet.

Please login to write comment.