Color Hex Logo

#8750ea Color Hex

#8750EA
(135,80,234)
0 Favorites   0 Comments

Color spaces of #8750ea

RGB 13580234
HSL0.730.790.62
HSV261°66°92°
CMYK 0.420.660.00   0.08
XYZ27.711616.828779.6296
Yxy16.82870.22320.1355
Hunter Lab41.022848.7899-86.3722
CIE-Lab48.043555.4970-69.7719

#8750ea color RGB value is (135,80,234).

#8750ea hex color red value is 135, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8750ea hue: 0.73 , saturation: 0.79 and the lightness value of 8750ea is 0.62.

The process color (four color CMYK) of #8750ea color hex is 0.42, 0.66, 0.00, 0.08. Web safe color of #8750ea is #9966ff. Color #8750ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 11101010
Octal 207 120 352
Decimal 135 80 234
Hex 87 50 EA

RGB Percentages of Color #8750ea

%30.07
%17.82
%52.12

CMYK Percentages of Color #8750ea

%42
%66
%0
%8

Triadic Colors of #8750ea

#8750ea #ea8750 #50ea87

Analogous Colors of #8750ea

#8750ea #d450ea #5066ea

Monochromatic Colors of #8750ea

#8750ea

Complementary Color

#8750ea #b3ea50

#8750ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8750ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8750ea Color CSS Codes

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

#8750ea Text Font Color

<p style="color:#8750ea">Text here</p>

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


#8750ea Background Color

<div style="background-color:#8750ea">
Div content here</div>

This div background color is #8750ea


#8750ea Border Color

<div style="border:3px solid #8750ea">
Div here</div>

This div border color is #8750ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,80,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8750ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8750ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8750ea;
  box-shadow:         1px 1px 3px 2px #8750ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,80,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 #8750ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8750ea


Comments

No comments written yet.

Please login to write comment.