Color Hex Logo

#951cbe Color Hex

#951CBE
(149,28,190)
0 Favorites   0 Comments

Color spaces of #951cbe

RGB 14928190
HSL0.790.740.43
HSV285°85°75°
CMYK 0.220.850.00   0.25
XYZ22.103910.937849.6614
Yxy10.93780.26730.1323
Hunter Lab33.072361.4239-65.8792
CIE-Lab39.475568.3590-58.3037

#951cbe color RGB value is (149,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 10111110
Octal 225 34 276
Decimal 149 28 190
Hex 95 1C BE

RGB Percentages of Color #951cbe

%40.60
%7.63
%51.77

CMYK Percentages of Color #951cbe

%22
%85
%0
%25

Triadic Colors of #951cbe

#951cbe #be951c #1cbe95

Analogous Colors of #951cbe

#951cbe #be1c96 #441cbe

Monochromatic Colors of #951cbe

#951cbe

Complementary Color

#951cbe #45be1c

#951cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#951cbe Color CSS Codes

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

#951cbe Text Font Color

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

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


#951cbe Background Color

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

This div background color is #951cbe


#951cbe Border Color

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

This div border color is #951cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951cbe


Comments

No comments written yet.

Please login to write comment.