Color Hex Logo

#8f85fa Color Hex

#8F85FA
(143,133,250)
0 Favorites   0 Comments

Color spaces of #8f85fa

RGB 143133250
HSL0.680.920.75
HSV245°47°98°
CMYK 0.430.470.00   0.02
XYZ36.970529.516894.1912
Yxy29.51680.23010.1837
Hunter Lab54.329426.3908-64.7609
CIE-Lab61.235032.0758-57.4027

#8f85fa color RGB value is (143,133,250).

#8f85fa hex color red value is 143, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8f85fa hue: 0.68 , saturation: 0.92 and the lightness value of 8f85fa is 0.75.

The process color (four color CMYK) of #8f85fa color hex is 0.43, 0.47, 0.00, 0.02. Web safe color of #8f85fa is #9999ff. Color #8f85fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000101 11111010
Octal 217 205 372
Decimal 143 133 250
Hex 8F 85 FA

RGB Percentages of Color #8f85fa

%27.19
%25.29
%47.53

CMYK Percentages of Color #8f85fa

%43
%47
%0
%2

Triadic Colors of #8f85fa

#8f85fa #fa8f85 #85fa8f

Analogous Colors of #8f85fa

#8f85fa #ca85fa #85b6fa

Monochromatic Colors of #8f85fa

#8f85fa

Complementary Color

#8f85fa #f0fa85

#8f85fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f85fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f85fa Color CSS Codes

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

#8f85fa Text Font Color

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

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


#8f85fa Background Color

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

This div background color is #8f85fa


#8f85fa Border Color

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

This div border color is #8f85fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,133,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f85fa


Comments

No comments written yet.

Please login to write comment.