Color Hex Logo

#975fcd Color Hex

#975FCD
(151,95,205)
0 Favorites   0 Comments

Color spaces of #975fcd

RGB 15195205
HSL0.750.520.59
HSV271°54°80°
CMYK 0.260.540.00   0.20
XYZ27.874219.171559.9889
Yxy19.17150.26040.1791
Hunter Lab43.785337.0109-50.5818
CIE-Lab50.887343.8865-48.6355

#975fcd color RGB value is (151,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 11001101
Octal 227 137 315
Decimal 151 95 205
Hex 97 5F CD

RGB Percentages of Color #975fcd

%33.48
%21.06
%45.45

CMYK Percentages of Color #975fcd

%26
%54
%0
%20

Triadic Colors of #975fcd

#975fcd #cd975f #5fcd97

Analogous Colors of #975fcd

#975fcd #cd5fcc #605fcd

Monochromatic Colors of #975fcd

#975fcd

Complementary Color

#975fcd #95cd5f

#975fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975fcd Color CSS Codes

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

#975fcd Text Font Color

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

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


#975fcd Background Color

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

This div background color is #975fcd


#975fcd Border Color

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

This div border color is #975fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975fcd


Comments

No comments written yet.

Please login to write comment.