Color Hex Logo

#975abe Color Hex

#975ABE
(151,90,190)
0 Favorites   0 Comments

Color spaces of #975abe

RGB 15190190
HSL0.770.430.55
HSV277°53°75°
CMYK 0.210.530.00   0.25
XYZ25.712917.609350.7589
Yxy17.60930.27330.1872
Hunter Lab41.963435.9390-42.3427
CIE-Lab49.018843.1225-42.9757

#975abe color RGB value is (151,90,190).

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

The process color (four color CMYK) of #975abe color hex is 0.21, 0.53, 0.00, 0.25. Web safe color of #975abe is #9966cc. Color #975abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011010 10111110
Octal 227 132 276
Decimal 151 90 190
Hex 97 5A BE

RGB Percentages of Color #975abe

%35.03
%20.88
%44.08

CMYK Percentages of Color #975abe

%21
%53
%0
%25

Triadic Colors of #975abe

#975abe #be975a #5abe97

Analogous Colors of #975abe

#975abe #be5ab3 #655abe

Monochromatic Colors of #975abe

#975abe

Complementary Color

#975abe #81be5a

#975abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#975abe Color CSS Codes

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

#975abe Text Font Color

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

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


#975abe Background Color

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

This div background color is #975abe


#975abe Border Color

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

This div border color is #975abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975abe


Comments

No comments written yet.

Please login to write comment.