Color Hex Logo

#951bec Color Hex

#951BEC
(149,27,236)
0 Favorites   0 Comments

Color spaces of #951bec

RGB 14927236
HSL0.760.850.52
HSV275°89°93°
CMYK 0.370.890.00   0.07
XYZ27.926713.229680.4385
Yxy13.22960.22970.1088
Hunter Lab36.372573.3998-105.6602
CIE-Lab43.107277.6298-78.8909

#951bec color RGB value is (149,27,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011011 11101100
Octal 225 33 354
Decimal 149 27 236
Hex 95 1B EC

RGB Percentages of Color #951bec

%36.17
%6.55
%57.28

CMYK Percentages of Color #951bec

%37
%89
%0
%7

Triadic Colors of #951bec

#951bec #ec951b #1bec95

Analogous Colors of #951bec

#951bec #ec1bdb #2d1bec

Monochromatic Colors of #951bec

#951bec

Complementary Color

#951bec #72ec1b

#951bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#951bec Color CSS Codes

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

#951bec Text Font Color

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

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


#951bec Background Color

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

This div background color is #951bec


#951bec Border Color

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

This div border color is #951bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951bec


Comments

No comments written yet.

Please login to write comment.