Color Hex Logo

#954dda Color Hex

#954DDA
(149,77,218)
0 Favorites   0 Comments

Color spaces of #954dda

RGB 14977218
HSL0.750.660.58
HSV271°65°85°
CMYK 0.320.650.00   0.15
XYZ27.703216.759368.1044
Yxy16.75930.24610.1489
Hunter Lab40.938149.1509-69.9778
CIE-Lab47.955355.8435-60.7738

#954dda color RGB value is (149,77,218).

#954dda hex color red value is 149, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #954dda hue: 0.75 , saturation: 0.66 and the lightness value of 954dda is 0.58.

The process color (four color CMYK) of #954dda color hex is 0.32, 0.65, 0.00, 0.15. Web safe color of #954dda is #9966cc. Color #954dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 11011010
Octal 225 115 332
Decimal 149 77 218
Hex 95 4D DA

RGB Percentages of Color #954dda

%33.56
%17.34
%49.10

CMYK Percentages of Color #954dda

%32
%65
%0
%15

Triadic Colors of #954dda

#954dda #da954d #4dda95

Analogous Colors of #954dda

#954dda #da4dd9 #4e4dda

Monochromatic Colors of #954dda

#954dda

Complementary Color

#954dda #92da4d

#954dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#954dda Color CSS Codes

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

#954dda Text Font Color

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

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


#954dda Background Color

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

This div background color is #954dda


#954dda Border Color

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

This div border color is #954dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954dda


Comments

No comments written yet.

Please login to write comment.