Color Hex Logo

#975dcd Color Hex

#975DCD
(151,93,205)
0 Favorites   0 Comments

Color spaces of #975dcd

RGB 15193205
HSL0.750.530.58
HSV271°55°80°
CMYK 0.260.550.00   0.20
XYZ27.696318.815859.9297
Yxy18.81580.26020.1768
Hunter Lab43.377238.0621-51.5507
CIE-Lab50.471044.9725-49.2992

#975dcd color RGB value is (151,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011101 11001101
Octal 227 135 315
Decimal 151 93 205
Hex 97 5D CD

RGB Percentages of Color #975dcd

%33.63
%20.71
%45.66

CMYK Percentages of Color #975dcd

%26
%55
%0
%20

Triadic Colors of #975dcd

#975dcd #cd975d #5dcd97

Analogous Colors of #975dcd

#975dcd #cd5dcb #5f5dcd

Monochromatic Colors of #975dcd

#975dcd

Complementary Color

#975dcd #93cd5d

#975dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975dcd Color CSS Codes

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

#975dcd Text Font Color

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

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


#975dcd Background Color

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

This div background color is #975dcd


#975dcd Border Color

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

This div border color is #975dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975dcd


Comments

No comments written yet.

Please login to write comment.