Color Hex Logo

#957ada Color Hex

#957ADA
(149,122,218)
0 Favorites   0 Comments

Color spaces of #957ada

RGB 149122218
HSL0.710.560.67
HSV257°44°85°
CMYK 0.320.440.00   0.15
XYZ32.008825.370669.5396
Yxy25.37060.25220.1999
Hunter Lab50.369225.2876-46.5971
CIE-Lab57.434731.3383-45.6231

#957ada color RGB value is (149,122,218).

#957ada hex color red value is 149, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #957ada hue: 0.71 , saturation: 0.56 and the lightness value of 957ada is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 11011010
Octal 225 172 332
Decimal 149 122 218
Hex 95 7A DA

RGB Percentages of Color #957ada

%30.47
%24.95
%44.58

CMYK Percentages of Color #957ada

%32
%44
%0
%15

Triadic Colors of #957ada

#957ada #da957a #7ada95

Analogous Colors of #957ada

#957ada #c57ada #7a8fda

Monochromatic Colors of #957ada

#957ada

Complementary Color

#957ada #bfda7a

#957ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#957ada Color CSS Codes

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

#957ada Text Font Color

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

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


#957ada Background Color

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

This div background color is #957ada


#957ada Border Color

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

This div border color is #957ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957ada


Comments

No comments written yet.

Please login to write comment.