Color Hex Logo

#8d72fe Color Hex

#8D72FE
(141,114,254)
0 Favorites   0 Comments

Color spaces of #8d72fe

RGB 141114254
HSL0.700.990.72
HSV252°55°100°
CMYK 0.440.550.00   0.00
XYZ34.891224.853196.7241
Yxy24.85310.22300.1588
Hunter Lab49.852937.6866-80.1369
CIE-Lab56.932043.6484-66.5148

#8d72fe color RGB value is (141,114,254).

#8d72fe hex color red value is 141, green value is 114 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8d72fe hue: 0.70 , saturation: 0.99 and the lightness value of 8d72fe is 0.72.

The process color (four color CMYK) of #8d72fe color hex is 0.44, 0.55, 0.00, 0.00. Web safe color of #8d72fe is #9966ff. Color #8d72fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110010 11111110
Octal 215 162 376
Decimal 141 114 254
Hex 8D 72 FE

RGB Percentages of Color #8d72fe

%27.70
%22.40
%49.90

CMYK Percentages of Color #8d72fe

%44
%55
%0
%0

Triadic Colors of #8d72fe

#8d72fe #fe8d72 #72fe8d

Analogous Colors of #8d72fe

#8d72fe #d372fe #729dfe

Monochromatic Colors of #8d72fe

#8d72fe

Complementary Color

#8d72fe #e3fe72

#8d72fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d72fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d72fe Color CSS Codes

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

#8d72fe Text Font Color

<p style="color:#8d72fe">Text here</p>

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


#8d72fe Background Color

<div style="background-color:#8d72fe">
Div content here</div>

This div background color is #8d72fe


#8d72fe Border Color

<div style="border:3px solid #8d72fe">
Div here</div>

This div border color is #8d72fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,114,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d72fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d72fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8d72fe;
  box-shadow:         1px 1px 3px 2px #8d72fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d72fe


Comments

No comments written yet.

Please login to write comment.