Color Hex Logo

#954dec Color Hex

#954DEC
(149,77,236)
0 Favorites   0 Comments

Color spaces of #954dec

RGB 14977236
HSL0.740.810.61
HSV267°67°93°
CMYK 0.370.670.00   0.07
XYZ30.188617.753481.1925
Yxy17.75340.23380.1375
Hunter Lab42.134854.1553-84.7558
CIE-Lab49.195660.1287-68.9567

#954dec color RGB value is (149,77,236).

#954dec hex color red value is 149, green value is 77 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #954dec hue: 0.74 , saturation: 0.81 and the lightness value of 954dec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 11101100
Octal 225 115 354
Decimal 149 77 236
Hex 95 4D EC

RGB Percentages of Color #954dec

%32.25
%16.67
%51.08

CMYK Percentages of Color #954dec

%37
%67
%0
%7

Triadic Colors of #954dec

#954dec #ec954d #4dec95

Analogous Colors of #954dec

#954dec #e54dec #4d54ec

Monochromatic Colors of #954dec

#954dec

Complementary Color

#954dec #a4ec4d

#954dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#954dec Color CSS Codes

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

#954dec Text Font Color

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

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


#954dec Background Color

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

This div background color is #954dec


#954dec Border Color

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

This div border color is #954dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954dec


Comments

No comments written yet.

Please login to write comment.