Color Hex Logo

#8872fd Color Hex

#8872FD
(136,114,253)
0 Favorites   0 Comments

Color spaces of #8872fd

RGB 136114253
HSL0.690.970.72
HSV249°55°99°
CMYK 0.460.550.00   0.01
XYZ33.900324.360795.8439
Yxy24.36070.22000.1581
Hunter Lab49.356636.2278-80.5837
CIE-Lab56.447142.3167-66.7658

#8872fd color RGB value is (136,114,253).

#8872fd hex color red value is 136, green value is 114 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8872fd hue: 0.69 , saturation: 0.97 and the lightness value of 8872fd is 0.72.

The process color (four color CMYK) of #8872fd color hex is 0.46, 0.55, 0.00, 0.01. Web safe color of #8872fd is #9966ff. Color #8872fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 11111101
Octal 210 162 375
Decimal 136 114 253
Hex 88 72 FD

RGB Percentages of Color #8872fd

%27.04
%22.66
%50.30

CMYK Percentages of Color #8872fd

%46
%55
%0
%1

Triadic Colors of #8872fd

#8872fd #fd8872 #72fd88

Analogous Colors of #8872fd

#8872fd #ce72fd #72a2fd

Monochromatic Colors of #8872fd

#8872fd

Complementary Color

#8872fd #e7fd72

#8872fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8872fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8872fd Color CSS Codes

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

#8872fd Text Font Color

<p style="color:#8872fd">Text here</p>

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


#8872fd Background Color

<div style="background-color:#8872fd">
Div content here</div>

This div background color is #8872fd


#8872fd Border Color

<div style="border:3px solid #8872fd">
Div here</div>

This div border color is #8872fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,114,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8872fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8872fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8872fd;
  box-shadow:         1px 1px 3px 2px #8872fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,114,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8872fd


Comments

No comments written yet.

Please login to write comment.