Color Hex Logo

#975faf Color Hex

#975FAF
(151,95,175)
0 Favorites   0 Comments

Color spaces of #975faf

RGB 15195175
HSL0.780.330.53
HSV282°46°69°
CMYK 0.140.460.00   0.31
XYZ24.592617.858942.7084
Yxy17.85890.28880.2097
Hunter Lab42.259829.9214-30.3375
CIE-Lab49.324537.0383-33.7738

#975faf color RGB value is (151,95,175).

#975faf hex color red value is 151, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #975faf hue: 0.78 , saturation: 0.33 and the lightness value of 975faf is 0.53.

The process color (four color CMYK) of #975faf color hex is 0.14, 0.46, 0.00, 0.31. Web safe color of #975faf is #996699. Color #975faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 10101111
Octal 227 137 257
Decimal 151 95 175
Hex 97 5F AF

RGB Percentages of Color #975faf

%35.87
%22.57
%41.57

CMYK Percentages of Color #975faf

%14
%46
%0
%31

Triadic Colors of #975faf

#975faf #af975f #5faf97

Analogous Colors of #975faf

#975faf #af5f9f #6f5faf

Monochromatic Colors of #975faf

#975faf

Complementary Color

#975faf #77af5f

#975faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#975faf Color CSS Codes

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

#975faf Text Font Color

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

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


#975faf Background Color

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

This div background color is #975faf


#975faf Border Color

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

This div border color is #975faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975faf


Comments

No comments written yet.

Please login to write comment.