Color Hex Logo

#872eda Color Hex

#872EDA
(135,46,218)
0 Favorites   0 Comments

Color spaces of #872eda

RGB 13546218
HSL0.750.700.52
HSV271°79°85°
CMYK 0.380.790.00   0.15
XYZ23.623612.166867.4330
Yxy12.16680.22890.1179
Hunter Lab34.880959.8500-90.2048
CIE-Lab41.480066.6100-71.3742

#872eda color RGB value is (135,46,218).

#872eda hex color red value is 135, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #872eda hue: 0.75 , saturation: 0.70 and the lightness value of 872eda is 0.52.

The process color (four color CMYK) of #872eda color hex is 0.38, 0.79, 0.00, 0.15. Web safe color of #872eda is #9933cc. Color #872eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101110 11011010
Octal 207 56 332
Decimal 135 46 218
Hex 87 2E DA

RGB Percentages of Color #872eda

%33.83
%11.53
%54.64

CMYK Percentages of Color #872eda

%38
%79
%0
%15

Triadic Colors of #872eda

#872eda #da872e #2eda87

Analogous Colors of #872eda

#872eda #da2ed7 #312eda

Monochromatic Colors of #872eda

#872eda

Complementary Color

#872eda #81da2e

#872eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#872eda Color CSS Codes

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

#872eda Text Font Color

<p style="color:#872eda">Text here</p>

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


#872eda Background Color

<div style="background-color:#872eda">
Div content here</div>

This div background color is #872eda


#872eda Border Color

<div style="border:3px solid #872eda">
Div here</div>

This div border color is #872eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,46,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872eda;
  -webkit-box-shadow: 1px 1px 3px 2px #872eda;
  box-shadow:         1px 1px 3px 2px #872eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872eda


Comments

No comments written yet.

Please login to write comment.