Color Hex Logo

#951fbe Color Hex

#951FBE
(149,31,190)
0 Favorites   0 Comments

Color spaces of #951fbe

RGB 14931190
HSL0.790.720.43
HSV285°84°75°
CMYK 0.220.840.00   0.25
XYZ22.178711.087249.6863
Yxy11.08720.26740.1337
Hunter Lab33.297460.6244-65.1641
CIE-Lab39.727067.6217-57.8959

#951fbe color RGB value is (149,31,190).

#951fbe hex color red value is 149, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #951fbe hue: 0.79 , saturation: 0.72 and the lightness value of 951fbe is 0.43.

The process color (four color CMYK) of #951fbe color hex is 0.22, 0.84, 0.00, 0.25. Web safe color of #951fbe is #9933cc. Color #951fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011111 10111110
Octal 225 37 276
Decimal 149 31 190
Hex 95 1F BE

RGB Percentages of Color #951fbe

%40.27
%8.38
%51.35

CMYK Percentages of Color #951fbe

%22
%84
%0
%25

Triadic Colors of #951fbe

#951fbe #be951f #1fbe95

Analogous Colors of #951fbe

#951fbe #be1f98 #461fbe

Monochromatic Colors of #951fbe

#951fbe

Complementary Color

#951fbe #48be1f

#951fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#951fbe Color CSS Codes

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

#951fbe Text Font Color

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

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


#951fbe Background Color

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

This div background color is #951fbe


#951fbe Border Color

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

This div border color is #951fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951fbe


Comments

No comments written yet.

Please login to write comment.