Color Hex Logo

#8f8aea Color Hex

#8F8AEA
(143,138,234)
0 Favorites   0 Comments

Color spaces of #8f8aea

RGB 143138234
HSL0.680.700.73
HSV243°41°92°
CMYK 0.390.410.00   0.08
XYZ35.267529.957181.7654
Yxy29.95710.23990.2038
Hunter Lab54.733119.2344-50.2598
CIE-Lab61.617224.7362-47.9658

#8f8aea color RGB value is (143,138,234).

#8f8aea hex color red value is 143, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8f8aea hue: 0.68 , saturation: 0.70 and the lightness value of 8f8aea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001010 11101010
Octal 217 212 352
Decimal 143 138 234
Hex 8F 8A EA

RGB Percentages of Color #8f8aea

%27.77
%26.80
%45.44

CMYK Percentages of Color #8f8aea

%39
%41
%0
%8

Triadic Colors of #8f8aea

#8f8aea #ea8f8a #8aea8f

Analogous Colors of #8f8aea

#8f8aea #bf8aea #8ab5ea

Monochromatic Colors of #8f8aea

#8f8aea

Complementary Color

#8f8aea #e5ea8a

#8f8aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8aea Color CSS Codes

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

#8f8aea Text Font Color

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

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


#8f8aea Background Color

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

This div background color is #8f8aea


#8f8aea Border Color

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

This div border color is #8f8aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8aea


Comments

No comments written yet.

Please login to write comment.