Color Hex Logo

#975deb Color Hex

#975DEB
(151,93,235)
0 Favorites   0 Comments

Color spaces of #975deb

RGB 15193235
HSL0.730.780.64
HSV265°60°92°
CMYK 0.360.600.00   0.08
XYZ31.672220.406280.8667
Yxy20.40620.23820.1535
Hunter Lab45.173246.0982-74.5165
CIE-Lab52.293452.2756-63.3728

#975deb color RGB value is (151,93,235).

#975deb hex color red value is 151, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #975deb hue: 0.73 , saturation: 0.78 and the lightness value of 975deb is 0.64.

The process color (four color CMYK) of #975deb color hex is 0.36, 0.60, 0.00, 0.08. Web safe color of #975deb is #9966ff. Color #975deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011101 11101011
Octal 227 135 353
Decimal 151 93 235
Hex 97 5D EB

RGB Percentages of Color #975deb

%31.52
%19.42
%49.06

CMYK Percentages of Color #975deb

%36
%60
%0
%8

Triadic Colors of #975deb

#975deb #eb975d #5deb97

Analogous Colors of #975deb

#975deb #de5deb #5d6aeb

Monochromatic Colors of #975deb

#975deb

Complementary Color

#975deb #b1eb5d

#975deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975deb Color CSS Codes

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

#975deb Text Font Color

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

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


#975deb Background Color

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

This div background color is #975deb


#975deb Border Color

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

This div border color is #975deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975deb


Comments

No comments written yet.

Please login to write comment.