Color Hex Logo

#8e025d Color Hex

#8E025D
(142,2,93)
0 Favorites   0 Comments

Color spaces of #8e025d

RGB 142293
HSL0.890.970.28
HSV321°99°56°
CMYK 0.000.990.35   0.44
XYZ13.15286.584510.9336
Yxy6.58450.42880.2147
Hunter Lab25.660346.5890-7.3007
CIE-Lab30.841756.7170-12.1989

#8e025d color RGB value is (142,2,93).

#8e025d hex color red value is 142, green value is 2 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8e025d hue: 0.89 , saturation: 0.97 and the lightness value of 8e025d is 0.28.

The process color (four color CMYK) of #8e025d color hex is 0.00, 0.99, 0.35, 0.44. Web safe color of #8e025d is #990066. Color #8e025d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000010 01011101
Octal 216 2 135
Decimal 142 2 93
Hex 8E 2 5D

RGB Percentages of Color #8e025d

%59.92
%0.84
%39.24

CMYK Percentages of Color #8e025d

%0
%99
%35
%44

Triadic Colors of #8e025d

#8e025d #5d8e02 #025d8e

Analogous Colors of #8e025d

#8e025d #8e0217 #79028e

Monochromatic Colors of #8e025d

#8e025d

Complementary Color

#8e025d #028e33

#8e025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e025d Color CSS Codes

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

#8e025d Text Font Color

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

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


#8e025d Background Color

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

This div background color is #8e025d


#8e025d Border Color

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

This div border color is #8e025d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,2,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e025d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e025d;
  -webkit-box-shadow: 1px 1px 3px 2px #8e025d;
  box-shadow:         1px 1px 3px 2px #8e025d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e025d


Comments

No comments written yet.

Please login to write comment.