Color Hex Logo

#975aea Color Hex

#975AEA
(151,90,234)
0 Favorites   0 Comments

Color spaces of #975aea

RGB 15190234
HSL0.740.770.64
HSV265°62°92°
CMYK 0.350.620.00   0.08
XYZ31.269919.832280.0218
Yxy19.83220.23850.1512
Hunter Lab44.533447.4036-75.3646
CIE-Lab51.647053.5880-63.8544

#975aea color RGB value is (151,90,234).

#975aea hex color red value is 151, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #975aea hue: 0.74 , saturation: 0.77 and the lightness value of 975aea is 0.64.

The process color (four color CMYK) of #975aea color hex is 0.35, 0.62, 0.00, 0.08. Web safe color of #975aea is #9966ff. Color #975aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011010 11101010
Octal 227 132 352
Decimal 151 90 234
Hex 97 5A EA

RGB Percentages of Color #975aea

%31.79
%18.95
%49.26

CMYK Percentages of Color #975aea

%35
%62
%0
%8

Triadic Colors of #975aea

#975aea #ea975a #5aea97

Analogous Colors of #975aea

#975aea #df5aea #5a65ea

Monochromatic Colors of #975aea

#975aea

Complementary Color

#975aea #adea5a

#975aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#975aea Color CSS Codes

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

#975aea Text Font Color

<p style="color:#975aea">Text here</p>

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


#975aea Background Color

<div style="background-color:#975aea">
Div content here</div>

This div background color is #975aea


#975aea Border Color

<div style="border:3px solid #975aea">
Div here</div>

This div border color is #975aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,90,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975aea;
  -webkit-box-shadow: 1px 1px 3px 2px #975aea;
  box-shadow:         1px 1px 3px 2px #975aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,90,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975aea


Comments

No comments written yet.

Please login to write comment.