Color Hex Logo

#954fee Color Hex

#954FEE
(149,79,238)
0 Favorites   0 Comments

Color spaces of #954fee

RGB 14979238
HSL0.740.820.62
HSV266°67°93°
CMYK 0.370.670.00   0.07
XYZ30.623018.154682.7791
Yxy18.15460.23280.1380
Hunter Lab42.608253.7256-85.3627
CIE-Lab49.683159.6561-69.2900

#954fee color RGB value is (149,79,238).

#954fee hex color red value is 149, green value is 79 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #954fee hue: 0.74 , saturation: 0.82 and the lightness value of 954fee is 0.62.

The process color (four color CMYK) of #954fee color hex is 0.37, 0.67, 0.00, 0.07. Web safe color of #954fee is #9966ff. Color #954fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001111 11101110
Octal 225 117 356
Decimal 149 79 238
Hex 95 4F EE

RGB Percentages of Color #954fee

%31.97
%16.95
%51.07

CMYK Percentages of Color #954fee

%37
%67
%0
%7

Triadic Colors of #954fee

#954fee #ee954f #4fee95

Analogous Colors of #954fee

#954fee #e54fee #4f58ee

Monochromatic Colors of #954fee

#954fee

Complementary Color

#954fee #a8ee4f

#954fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#954fee Color CSS Codes

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

#954fee Text Font Color

<p style="color:#954fee">Text here</p>

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


#954fee Background Color

<div style="background-color:#954fee">
Div content here</div>

This div background color is #954fee


#954fee Border Color

<div style="border:3px solid #954fee">
Div here</div>

This div border color is #954fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,79,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954fee;
  -webkit-box-shadow: 1px 1px 3px 2px #954fee;
  box-shadow:         1px 1px 3px 2px #954fee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954fee


Comments

No comments written yet.

Please login to write comment.