Color Hex Logo

#8982ee Color Hex

#8982EE
(137,130,238)
0 Favorites   0 Comments

Color spaces of #8982ee

RGB 137130238
HSL0.680.760.72
HSV244°45°93°
CMYK 0.420.450.00   0.07
XYZ33.731827.456784.4107
Yxy27.45670.23170.1886
Hunter Lab52.399123.2104-58.8319
CIE-Lab59.394729.0232-53.7373

#8982ee color RGB value is (137,130,238).

#8982ee hex color red value is 137, green value is 130 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8982ee hue: 0.68 , saturation: 0.76 and the lightness value of 8982ee is 0.72.

The process color (four color CMYK) of #8982ee color hex is 0.42, 0.45, 0.00, 0.07. Web safe color of #8982ee is #9999ff. Color #8982ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 11101110
Octal 211 202 356
Decimal 137 130 238
Hex 89 82 EE

RGB Percentages of Color #8982ee

%27.13
%25.74
%47.13

CMYK Percentages of Color #8982ee

%42
%45
%0
%7

Triadic Colors of #8982ee

#8982ee #ee8982 #82ee89

Analogous Colors of #8982ee

#8982ee #bf82ee #82b1ee

Monochromatic Colors of #8982ee

#8982ee

Complementary Color

#8982ee #e7ee82

#8982ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8982ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8982ee Color CSS Codes

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

#8982ee Text Font Color

<p style="color:#8982ee">Text here</p>

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


#8982ee Background Color

<div style="background-color:#8982ee">
Div content here</div>

This div background color is #8982ee


#8982ee Border Color

<div style="border:3px solid #8982ee">
Div here</div>

This div border color is #8982ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,130,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8982ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8982ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8982ee;
  box-shadow:         1px 1px 3px 2px #8982ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,130,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8982ee


Comments

No comments written yet.

Please login to write comment.