Color Hex Logo

#954ada Color Hex

#954ADA
(149,74,218)
0 Favorites   0 Comments

Color spaces of #954ada

RGB 14974218
HSL0.750.660.57
HSV271°66°85°
CMYK 0.320.660.00   0.15
XYZ27.498116.349168.0360
Yxy16.34910.24580.1461
Hunter Lab40.434050.6336-71.4601
CIE-Lab47.429257.2911-61.6236

#954ada color RGB value is (149,74,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001010 11011010
Octal 225 112 332
Decimal 149 74 218
Hex 95 4A DA

RGB Percentages of Color #954ada

%33.79
%16.78
%49.43

CMYK Percentages of Color #954ada

%32
%66
%0
%15

Triadic Colors of #954ada

#954ada #da954a #4ada95

Analogous Colors of #954ada

#954ada #da4ad7 #4d4ada

Monochromatic Colors of #954ada

#954ada

Complementary Color

#954ada #8fda4a

#954ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#954ada Color CSS Codes

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

#954ada Text Font Color

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

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


#954ada Background Color

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

This div background color is #954ada


#954ada Border Color

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

This div border color is #954ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954ada


Comments

No comments written yet.

Please login to write comment.