Color Hex Logo

#975caf Color Hex

#975CAF
(151,92,175)
0 Favorites   0 Comments

Color spaces of #975caf

RGB 15192175
HSL0.790.340.52
HSV283°47°69°
CMYK 0.140.470.00   0.31
XYZ24.327517.328742.6200
Yxy17.32870.28870.2056
Hunter Lab41.627831.4679-31.5638
CIE-Lab48.671638.7038-34.7985

#975caf color RGB value is (151,92,175).

#975caf hex color red value is 151, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #975caf hue: 0.79 , saturation: 0.34 and the lightness value of 975caf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 10101111
Octal 227 134 257
Decimal 151 92 175
Hex 97 5C AF

RGB Percentages of Color #975caf

%36.12
%22.01
%41.87

CMYK Percentages of Color #975caf

%14
%47
%0
%31

Triadic Colors of #975caf

#975caf #af975c #5caf97

Analogous Colors of #975caf

#975caf #af5c9e #6e5caf

Monochromatic Colors of #975caf

#975caf

Complementary Color

#975caf #74af5c

#975caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#975caf Color CSS Codes

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

#975caf Text Font Color

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

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


#975caf Background Color

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

This div background color is #975caf


#975caf Border Color

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

This div border color is #975caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,92,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 #975caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975caf


Comments

No comments written yet.

Please login to write comment.