Color Hex Logo

#872ddc Color Hex

#872DDC
(135,45,220)
0 Favorites   0 Comments

Color spaces of #872ddc

RGB 13545220
HSL0.750.710.52
HSV271°80°86°
CMYK 0.390.800.00   0.14
XYZ23.848312.195068.8071
Yxy12.19500.22750.1163
Hunter Lab34.921360.7879-92.3768
CIE-Lab41.524467.4123-72.4479

#872ddc color RGB value is (135,45,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101101 11011100
Octal 207 55 334
Decimal 135 45 220
Hex 87 2D DC

RGB Percentages of Color #872ddc

%33.75
%11.25
%55.00

CMYK Percentages of Color #872ddc

%39
%80
%0
%14

Triadic Colors of #872ddc

#872ddc #dc872d #2ddc87

Analogous Colors of #872ddc

#872ddc #dc2dda #302ddc

Monochromatic Colors of #872ddc

#872ddc

Complementary Color

#872ddc #82dc2d

#872ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#872ddc Color CSS Codes

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

#872ddc Text Font Color

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

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


#872ddc Background Color

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

This div background color is #872ddc


#872ddc Border Color

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

This div border color is #872ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872ddc


Comments

No comments written yet.

Please login to write comment.