Color Hex Logo

#872edd Color Hex

#872EDD
(135,46,221)
0 Favorites   0 Comments

Color spaces of #872edd

RGB 13546221
HSL0.750.720.52
HSV271°79°87°
CMYK 0.390.790.00   0.13
XYZ24.019812.325369.5197
Yxy12.32530.22690.1164
Hunter Lab35.107460.6882-92.8309
CIE-Lab41.728567.2865-72.6863

#872edd color RGB value is (135,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101110 11011101
Octal 207 56 335
Decimal 135 46 221
Hex 87 2E DD

RGB Percentages of Color #872edd

%33.58
%11.44
%54.98

CMYK Percentages of Color #872edd

%39
%79
%0
%13

Triadic Colors of #872edd

#872edd #dd872e #2edd87

Analogous Colors of #872edd

#872edd #dd2edc #2f2edd

Monochromatic Colors of #872edd

#872edd

Complementary Color

#872edd #84dd2e

#872edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#872edd Color CSS Codes

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

#872edd Text Font Color

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

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


#872edd Background Color

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

This div background color is #872edd


#872edd Border Color

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

This div border color is #872edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872edd


Comments

No comments written yet.

Please login to write comment.