Color Hex Logo

#8d37fe Color Hex

#8D37FE
(141,55,254)
0 Favorites   0 Comments

Color spaces of #8d37fe

RGB 14155254
HSL0.740.990.61
HSV266°78°100°
CMYK 0.440.780.00   0.00
XYZ30.240115.550995.1737
Yxy15.55090.21450.1103
Hunter Lab39.434667.8706-115.4895
CIE-Lab46.379772.4603-83.6757

#8d37fe color RGB value is (141,55,254).

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

The process color (four color CMYK) of #8d37fe color hex is 0.44, 0.78, 0.00, 0.00. Web safe color of #8d37fe is #9933ff. Color #8d37fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00110111 11111110
Octal 215 67 376
Decimal 141 55 254
Hex 8D 37 FE

RGB Percentages of Color #8d37fe

%31.33
%12.22
%56.44

CMYK Percentages of Color #8d37fe

%44
%78
%0
%0

Triadic Colors of #8d37fe

#8d37fe #fe8d37 #37fe8d

Analogous Colors of #8d37fe

#8d37fe #f137fe #3744fe

Monochromatic Colors of #8d37fe

#8d37fe

Complementary Color

#8d37fe #a8fe37

#8d37fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d37fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d37fe Color CSS Codes

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

#8d37fe Text Font Color

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

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


#8d37fe Background Color

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

This div background color is #8d37fe


#8d37fe Border Color

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

This div border color is #8d37fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,55,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 #8d37fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d37fe


Comments

No comments written yet.

Please login to write comment.