Color Hex Logo

#872eef Color Hex

#872EEF
(135,46,239)
0 Favorites   0 Comments

Color spaces of #872eef

RGB 13546239
HSL0.740.860.56
HSV268°81°94°
CMYK 0.440.810.00   0.06
XYZ26.548713.336982.8364
Yxy13.33690.21630.1087
Hunter Lab36.519765.8544-108.9216
CIE-Lab43.266571.3831-80.3951

#872eef color RGB value is (135,46,239).

#872eef hex color red value is 135, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #872eef hue: 0.74 , saturation: 0.86 and the lightness value of 872eef is 0.56.

The process color (four color CMYK) of #872eef color hex is 0.44, 0.81, 0.00, 0.06. Web safe color of #872eef is #9933ff. Color #872eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101110 11101111
Octal 207 56 357
Decimal 135 46 239
Hex 87 2E EF

RGB Percentages of Color #872eef

%32.14
%10.95
%56.90

CMYK Percentages of Color #872eef

%44
%81
%0
%6

Triadic Colors of #872eef

#872eef #ef872e #2eef87

Analogous Colors of #872eef

#872eef #e82eef #2e35ef

Monochromatic Colors of #872eef

#872eef

Complementary Color

#872eef #96ef2e

#872eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#872eef Color CSS Codes

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

#872eef Text Font Color

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

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


#872eef Background Color

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

This div background color is #872eef


#872eef Border Color

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

This div border color is #872eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872eef


Comments

No comments written yet.

Please login to write comment.