Color Hex Logo

#975aff Color Hex

#975AFF
(151,90,255)
0 Favorites   0 Comments

Color spaces of #975aff

RGB 15190255
HSL0.731.000.68
HSV262°65°100°
CMYK 0.410.650.00   0.00
XYZ34.468721.111696.8660
Yxy21.11160.22610.1385
Hunter Lab45.947453.4989-92.8317
CIE-Lab53.071458.8380-73.2650

#975aff color RGB value is (151,90,255).

#975aff hex color red value is 151, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #975aff hue: 0.73 , saturation: 1.00 and the lightness value of 975aff is 0.68.

The process color (four color CMYK) of #975aff color hex is 0.41, 0.65, 0.00, 0.00. Web safe color of #975aff is #9966ff. Color #975aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011010 11111111
Octal 227 132 377
Decimal 151 90 255
Hex 97 5A FF

RGB Percentages of Color #975aff

%30.44
%18.15
%51.41

CMYK Percentages of Color #975aff

%41
%65
%0
%0

Triadic Colors of #975aff

#975aff #ff975a #5aff97

Analogous Colors of #975aff

#975aff #ea5aff #5a70ff

Monochromatic Colors of #975aff

#975aff

Complementary Color

#975aff #c2ff5a

#975aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#975aff Color CSS Codes

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

#975aff Text Font Color

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

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


#975aff Background Color

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

This div background color is #975aff


#975aff Border Color

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

This div border color is #975aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975aff


Comments

No comments written yet.

Please login to write comment.