Color Hex Logo

#8f90ee Color Hex

#8F90EE
(143,144,238)
0 Favorites   0 Comments

Color spaces of #8f90ee

RGB 143144238
HSL0.660.740.75
HSV239°40°93°
CMYK 0.400.390.00   0.07
XYZ36.733631.959285.1216
Yxy31.95920.23880.2078
Hunter Lab56.532517.0537-49.7009
CIE-Lab63.309122.3545-47.5026

#8f90ee color RGB value is (143,144,238).

#8f90ee hex color red value is 143, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8f90ee hue: 0.66 , saturation: 0.74 and the lightness value of 8f90ee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010000 11101110
Octal 217 220 356
Decimal 143 144 238
Hex 8F 90 EE

RGB Percentages of Color #8f90ee

%27.24
%27.43
%45.33

CMYK Percentages of Color #8f90ee

%40
%39
%0
%7

Triadic Colors of #8f90ee

#8f90ee #ee8f90 #90ee8f

Analogous Colors of #8f90ee

#8f90ee #be8fee #8fc0ee

Monochromatic Colors of #8f90ee

#8f90ee

Complementary Color

#8f90ee #eeed8f

#8f90ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f90ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f90ee Color CSS Codes

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

#8f90ee Text Font Color

<p style="color:#8f90ee">Text here</p>

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


#8f90ee Background Color

<div style="background-color:#8f90ee">
Div content here</div>

This div background color is #8f90ee


#8f90ee Border Color

<div style="border:3px solid #8f90ee">
Div here</div>

This div border color is #8f90ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,144,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f90ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f90ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8f90ee;
  box-shadow:         1px 1px 3px 2px #8f90ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,144,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 #8f90ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f90ee


Comments

No comments written yet.

Please login to write comment.