Color Hex Logo

#950fed Color Hex

#950FED
(149,15,237)
0 Favorites   0 Comments

Color spaces of #950fed

RGB 14915237
HSL0.770.880.49
HSV276°94°93°
CMYK 0.370.940.00   0.07
XYZ27.851312.845681.1323
Yxy12.84560.22860.1054
Hunter Lab35.840875.9883-109.1255
CIE-Lab42.529779.8196-80.4049

#950fed color RGB value is (149,15,237).

#950fed hex color red value is 149, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #950fed hue: 0.77 , saturation: 0.88 and the lightness value of 950fed is 0.49.

The process color (four color CMYK) of #950fed color hex is 0.37, 0.94, 0.00, 0.07. Web safe color of #950fed is #9900ff. Color #950fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001111 11101101
Octal 225 17 355
Decimal 149 15 237
Hex 95 F ED

RGB Percentages of Color #950fed

%37.16
%3.74
%59.10

CMYK Percentages of Color #950fed

%37
%94
%0
%7

Triadic Colors of #950fed

#950fed #ed950f #0fed95

Analogous Colors of #950fed

#950fed #ed0fd6 #260fed

Monochromatic Colors of #950fed

#950fed

Complementary Color

#950fed #67ed0f

#950fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#950fed Color CSS Codes

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

#950fed Text Font Color

<p style="color:#950fed">Text here</p>

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


#950fed Background Color

<div style="background-color:#950fed">
Div content here</div>

This div background color is #950fed


#950fed Border Color

<div style="border:3px solid #950fed">
Div here</div>

This div border color is #950fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,15,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950fed;
  -webkit-box-shadow: 1px 1px 3px 2px #950fed;
  box-shadow:         1px 1px 3px 2px #950fed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950fed


Comments

No comments written yet.

Please login to write comment.