Color Hex Logo

#9980ea Color Hex

#9980EA
(153,128,234)
0 Favorites   0 Comments

Color spaces of #9980ea

RGB 153128234
HSL0.710.720.71
HSV254°45°92°
CMYK 0.350.450.00   0.08
XYZ35.707328.151281.3936
Yxy28.15120.24580.1938
Hunter Lab53.057727.2777-53.8139
CIE-Lab60.025133.0860-50.4348

#9980ea color RGB value is (153,128,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000000 11101010
Octal 231 200 352
Decimal 153 128 234
Hex 99 80 EA

RGB Percentages of Color #9980ea

%29.71
%24.85
%45.44

CMYK Percentages of Color #9980ea

%35
%45
%0
%8

Triadic Colors of #9980ea

#9980ea #ea9980 #80ea99

Analogous Colors of #9980ea

#9980ea #ce80ea #809cea

Monochromatic Colors of #9980ea

#9980ea

Complementary Color

#9980ea #d1ea80

#9980ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9980ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9980ea Color CSS Codes

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

#9980ea Text Font Color

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

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


#9980ea Background Color

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

This div background color is #9980ea


#9980ea Border Color

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

This div border color is #9980ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,128,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 #9980ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9980ea


Comments

No comments written yet.

Please login to write comment.