Color Hex Logo

#951fce Color Hex

#951FCE
(149,31,206)
0 Favorites   0 Comments

Color spaces of #951fce

RGB 14931206
HSL0.780.740.46
HSV280°85°81°
CMYK 0.280.850.00   0.19
XYZ24.025011.825859.4089
Yxy11.82580.25220.1241
Hunter Lab34.388764.5256-78.3557
CIE-Lab40.937970.7172-65.2594

#951fce color RGB value is (149,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011111 11001110
Octal 225 37 316
Decimal 149 31 206
Hex 95 1F CE

RGB Percentages of Color #951fce

%38.60
%8.03
%53.37

CMYK Percentages of Color #951fce

%28
%85
%0
%19

Triadic Colors of #951fce

#951fce #ce951f #1fce95

Analogous Colors of #951fce

#951fce #ce1fb0 #3d1fce

Monochromatic Colors of #951fce

#951fce

Complementary Color

#951fce #58ce1f

#951fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#951fce Color CSS Codes

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

#951fce Text Font Color

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

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


#951fce Background Color

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

This div background color is #951fce


#951fce Border Color

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

This div border color is #951fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951fce


Comments

No comments written yet.

Please login to write comment.