Color Hex Logo

#975bdd Color Hex

#975BDD
(151,91,221)
0 Favorites   0 Comments

Color spaces of #975bdd

RGB 15191221
HSL0.740.660.61
HSV268°59°87°
CMYK 0.320.590.00   0.13
XYZ29.554719.281970.5707
Yxy19.28190.24750.1615
Hunter Lab43.911243.2961-64.5486
CIE-Lab51.015449.8802-57.5380

#975bdd color RGB value is (151,91,221).

#975bdd hex color red value is 151, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #975bdd hue: 0.74 , saturation: 0.66 and the lightness value of 975bdd is 0.61.

The process color (four color CMYK) of #975bdd color hex is 0.32, 0.59, 0.00, 0.13. Web safe color of #975bdd is #9966cc. Color #975bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11011101
Octal 227 133 335
Decimal 151 91 221
Hex 97 5B DD

RGB Percentages of Color #975bdd

%32.61
%19.65
%47.73

CMYK Percentages of Color #975bdd

%32
%59
%0
%13

Triadic Colors of #975bdd

#975bdd #dd975b #5bdd97

Analogous Colors of #975bdd

#975bdd #d85bdd #5b60dd

Monochromatic Colors of #975bdd

#975bdd

Complementary Color

#975bdd #a1dd5b

#975bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bdd Color CSS Codes

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

#975bdd Text Font Color

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

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


#975bdd Background Color

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

This div background color is #975bdd


#975bdd Border Color

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

This div border color is #975bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bdd


Comments

No comments written yet.

Please login to write comment.