Color Hex Logo

#9975ea Color Hex

#9975EA
(153,117,234)
0 Favorites   0 Comments

Color spaces of #9975ea

RGB 153117234
HSL0.720.740.69
HSV258°50°92°
CMYK 0.350.500.00   0.08
XYZ34.349425.435480.9410
Yxy25.43540.24410.1807
Hunter Lab50.433533.3146-59.8513
CIE-Lab57.497239.3495-54.4562

#9975ea color RGB value is (153,117,234).

#9975ea hex color red value is 153, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9975ea hue: 0.72 , saturation: 0.74 and the lightness value of 9975ea is 0.69.

The process color (four color CMYK) of #9975ea color hex is 0.35, 0.50, 0.00, 0.08. Web safe color of #9975ea is #9966ff. Color #9975ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 11101010
Octal 231 165 352
Decimal 153 117 234
Hex 99 75 EA

RGB Percentages of Color #9975ea

%30.36
%23.21
%46.43

CMYK Percentages of Color #9975ea

%35
%50
%0
%8

Triadic Colors of #9975ea

#9975ea #ea9975 #75ea99

Analogous Colors of #9975ea

#9975ea #d475ea #758cea

Monochromatic Colors of #9975ea

#9975ea

Complementary Color

#9975ea #c6ea75

#9975ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9975ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9975ea Color CSS Codes

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

#9975ea Text Font Color

<p style="color:#9975ea">Text here</p>

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


#9975ea Background Color

<div style="background-color:#9975ea">
Div content here</div>

This div background color is #9975ea


#9975ea Border Color

<div style="border:3px solid #9975ea">
Div here</div>

This div border color is #9975ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9975ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9975ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9975ea;
  box-shadow:         1px 1px 3px 2px #9975ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,117,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9975ea


Comments

No comments written yet.

Please login to write comment.