Color Hex Logo

#8773eb Color Hex

#8773EB
(135,115,235)
0 Favorites   0 Comments

Color spaces of #8773eb

RGB 135115235
HSL0.690.750.69
HSV250°51°92°
CMYK 0.430.510.00   0.08
XYZ31.117823.410581.4759
Yxy23.41050.22880.1721
Hunter Lab48.384430.1273-65.9711
CIE-Lab55.492736.4511-58.3105

#8773eb color RGB value is (135,115,235).

#8773eb hex color red value is 135, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8773eb hue: 0.69 , saturation: 0.75 and the lightness value of 8773eb is 0.69.

The process color (four color CMYK) of #8773eb color hex is 0.43, 0.51, 0.00, 0.08. Web safe color of #8773eb is #9966ff. Color #8773eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 11101011
Octal 207 163 353
Decimal 135 115 235
Hex 87 73 EB

RGB Percentages of Color #8773eb

%27.84
%23.71
%48.45

CMYK Percentages of Color #8773eb

%43
%51
%0
%8

Triadic Colors of #8773eb

#8773eb #eb8773 #73eb87

Analogous Colors of #8773eb

#8773eb #c373eb #739beb

Monochromatic Colors of #8773eb

#8773eb

Complementary Color

#8773eb #d7eb73

#8773eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8773eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8773eb Color CSS Codes

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

#8773eb Text Font Color

<p style="color:#8773eb">Text here</p>

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


#8773eb Background Color

<div style="background-color:#8773eb">
Div content here</div>

This div background color is #8773eb


#8773eb Border Color

<div style="border:3px solid #8773eb">
Div here</div>

This div border color is #8773eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8773eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8773eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8773eb;
  box-shadow:         1px 1px 3px 2px #8773eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8773eb


Comments

No comments written yet.

Please login to write comment.