Color Hex Logo

#8d1eba Color Hex

#8D1EBA
(141,30,186)
0 Favorites   0 Comments

Color spaces of #8d1eba

RGB 14130186
HSL0.790.720.42
HSV283°84°73°
CMYK 0.240.840.00   0.27
XYZ20.311710.136447.3404
Yxy10.13640.26110.1303
Hunter Lab31.837758.1627-65.8736
CIE-Lab38.086165.8023-58.2625

#8d1eba color RGB value is (141,30,186).

#8d1eba hex color red value is 141, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8d1eba hue: 0.79 , saturation: 0.72 and the lightness value of 8d1eba is 0.42.

The process color (four color CMYK) of #8d1eba color hex is 0.24, 0.84, 0.00, 0.27. Web safe color of #8d1eba is #9933cc. Color #8d1eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00011110 10111010
Octal 215 36 272
Decimal 141 30 186
Hex 8D 1E BA

RGB Percentages of Color #8d1eba

%39.50
%8.40
%52.10

CMYK Percentages of Color #8d1eba

%24
%84
%0
%27

Triadic Colors of #8d1eba

#8d1eba #ba8d1e #1eba8d

Analogous Colors of #8d1eba

#8d1eba #ba1e99 #3f1eba

Monochromatic Colors of #8d1eba

#8d1eba

Complementary Color

#8d1eba #4bba1e

#8d1eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d1eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d1eba Color CSS Codes

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

#8d1eba Text Font Color

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

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


#8d1eba Background Color

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

This div background color is #8d1eba


#8d1eba Border Color

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

This div border color is #8d1eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d1eba


Comments

No comments written yet.

Please login to write comment.