Color Hex Logo

#872fdd Color Hex

#872FDD
(135,47,221)
0 Favorites   0 Comments

Color spaces of #872fdd

RGB 13547221
HSL0.750.720.53
HSV270°79°87°
CMYK 0.390.790.00   0.13
XYZ24.059312.404469.5328
Yxy12.40440.22700.1170
Hunter Lab35.219960.3016-92.3993
CIE-Lab41.851866.9285-72.4847

#872fdd color RGB value is (135,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101111 11011101
Octal 207 57 335
Decimal 135 47 221
Hex 87 2F DD

RGB Percentages of Color #872fdd

%33.50
%11.66
%54.84

CMYK Percentages of Color #872fdd

%39
%79
%0
%13

Triadic Colors of #872fdd

#872fdd #dd872f #2fdd87

Analogous Colors of #872fdd

#872fdd #dd2fdc #302fdd

Monochromatic Colors of #872fdd

#872fdd

Complementary Color

#872fdd #85dd2f

#872fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#872fdd Color CSS Codes

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

#872fdd Text Font Color

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

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


#872fdd Background Color

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

This div background color is #872fdd


#872fdd Border Color

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

This div border color is #872fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,47,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 #872fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872fdd


Comments

No comments written yet.

Please login to write comment.