Color Hex Logo

#951ace Color Hex

#951ACE
(149,26,206)
0 Favorites   0 Comments

Color spaces of #951ace

RGB 14926206
HSL0.780.780.45
HSV281°87°81°
CMYK 0.280.870.00   0.19
XYZ23.904411.584659.3687
Yxy11.58460.25200.1221
Hunter Lab34.036265.8015-79.5932
CIE-Lab40.548171.8673-65.8946

#951ace color RGB value is (149,26,206).

#951ace hex color red value is 149, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #951ace hue: 0.78 , saturation: 0.78 and the lightness value of 951ace is 0.45.

The process color (four color CMYK) of #951ace color hex is 0.28, 0.87, 0.00, 0.19. Web safe color of #951ace is #9933cc. Color #951ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 11001110
Octal 225 32 316
Decimal 149 26 206
Hex 95 1A CE

RGB Percentages of Color #951ace

%39.11
%6.82
%54.07

CMYK Percentages of Color #951ace

%28
%87
%0
%19

Triadic Colors of #951ace

#951ace #ce951a #1ace95

Analogous Colors of #951ace

#951ace #ce1aad #3b1ace

Monochromatic Colors of #951ace

#951ace

Complementary Color

#951ace #53ce1a

#951ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#951ace Color CSS Codes

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

#951ace Text Font Color

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

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


#951ace Background Color

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

This div background color is #951ace


#951ace Border Color

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

This div border color is #951ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951ace


Comments

No comments written yet.

Please login to write comment.