color codes Logo

#951abf color codes

#951ABF
(149,26,191)
0 Favorites   0 Comments

Color spaces of #951abf

RGB 14926191
HSL0.790.760.43
HSV285°86°75°
CMYK 0.220.860.00   0.25
XYZ22.167810.889950.2238
Yxy10.88990.26620.1308
Hunter Lab32.999862.1585-67.1359
CIE-Lab39.394469.0046-59.0225

#951abf color RGB value is (149,26,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 10111111
Octal 225 32 277
Decimal 149 26 191
Hex 95 1A BF

RGB Percentages of Color #951abf

%40.71
%7.10
%52.19

CMYK Percentages of Color #951abf

%22
%86
%0
%25

Triadic Colors of #951abf

#951abf #bf951a #1abf95

Analogous Colors of #951abf

#951abf #bf1a97 #421abf

Monochromatic Colors of #951abf

#951abf

Complementary Color

#951abf #44bf1a

#951abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#951abf Color CSS Codes

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

#951abf Text Font Color

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

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


#951abf Background Color

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

This div background color is #951abf


#951abf Border Color

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

This div border color is #951abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951abf


Comments

No comments written yet.

Please login to write comment.