Color Hex Logo

#975ecc Color Hex

#975ECC
(151,94,204)
0 Favorites   0 Comments

Color spaces of #975ecc

RGB 15194204
HSL0.750.520.58
HSV271°54°80°
CMYK 0.260.540.00   0.20
XYZ27.664318.944359.3253
Yxy18.94430.26110.1788
Hunter Lab43.525137.2849-50.3456
CIE-Lab50.622044.1940-48.4861

#975ecc color RGB value is (151,94,204).

#975ecc hex color red value is 151, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #975ecc hue: 0.75 , saturation: 0.52 and the lightness value of 975ecc is 0.58.

The process color (four color CMYK) of #975ecc color hex is 0.26, 0.54, 0.00, 0.20. Web safe color of #975ecc is #9966cc. Color #975ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011110 11001100
Octal 227 136 314
Decimal 151 94 204
Hex 97 5E CC

RGB Percentages of Color #975ecc

%33.63
%20.94
%45.43

CMYK Percentages of Color #975ecc

%26
%54
%0
%20

Triadic Colors of #975ecc

#975ecc #cc975e #5ecc97

Analogous Colors of #975ecc

#975ecc #cc5eca #605ecc

Monochromatic Colors of #975ecc

#975ecc

Complementary Color

#975ecc #93cc5e

#975ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ecc Color CSS Codes

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

#975ecc Text Font Color

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

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


#975ecc Background Color

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

This div background color is #975ecc


#975ecc Border Color

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

This div border color is #975ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ecc


Comments

No comments written yet.

Please login to write comment.