Color Hex Logo

#975ede Color Hex

#975EDE
(151,94,222)
0 Favorites   0 Comments

Color spaces of #975ede

RGB 15194222
HSL0.740.660.62
HSV267°58°87°
CMYK 0.320.580.00   0.13
XYZ29.950019.858671.3618
Yxy19.85860.24720.1639
Hunter Lab44.563041.9815-63.7511
CIE-Lab51.677048.5322-57.0417

#975ede color RGB value is (151,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011110 11011110
Octal 227 136 336
Decimal 151 94 222
Hex 97 5E DE

RGB Percentages of Color #975ede

%32.33
%20.13
%47.54

CMYK Percentages of Color #975ede

%32
%58
%0
%13

Triadic Colors of #975ede

#975ede #de975e #5ede97

Analogous Colors of #975ede

#975ede #d75ede #5e65de

Monochromatic Colors of #975ede

#975ede

Complementary Color

#975ede #a5de5e

#975ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ede Color CSS Codes

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

#975ede Text Font Color

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

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


#975ede Background Color

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

This div background color is #975ede


#975ede Border Color

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

This div border color is #975ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ede


Comments

No comments written yet.

Please login to write comment.