Color Hex Logo

#8890ec Color Hex

#8890EC
(136,144,236)
0 Favorites   0 Comments

Color spaces of #8890ec

RGB 136144236
HSL0.650.720.73
HSV235°42°93°
CMYK 0.420.390.00   0.07
XYZ35.266931.236983.5274
Yxy31.23690.23510.2082
Hunter Lab55.890014.8271-49.4857
CIE-Lab62.707120.0362-47.3832

#8890ec color RGB value is (136,144,236).

#8890ec hex color red value is 136, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8890ec hue: 0.65 , saturation: 0.72 and the lightness value of 8890ec is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 11101100
Octal 210 220 354
Decimal 136 144 236
Hex 88 90 EC

RGB Percentages of Color #8890ec

%26.36
%27.91
%45.74

CMYK Percentages of Color #8890ec

%42
%39
%0
%7

Triadic Colors of #8890ec

#8890ec #ec8890 #90ec88

Analogous Colors of #8890ec

#8890ec #b288ec #88c2ec

Monochromatic Colors of #8890ec

#8890ec

Complementary Color

#8890ec #ece488

#8890ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8890ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8890ec Color CSS Codes

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

#8890ec Text Font Color

<p style="color:#8890ec">Text here</p>

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


#8890ec Background Color

<div style="background-color:#8890ec">
Div content here</div>

This div background color is #8890ec


#8890ec Border Color

<div style="border:3px solid #8890ec">
Div here</div>

This div border color is #8890ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,144,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8890ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8890ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8890ec;
  box-shadow:         1px 1px 3px 2px #8890ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,144,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8890ec


Comments

No comments written yet.

Please login to write comment.