Color Hex Logo

#8912da Color Hex

#8912DA
(137,18,218)
0 Favorites   0 Comments

Color spaces of #8912da

RGB 13718218
HSL0.770.850.46
HSV276°92°85°
CMYK 0.370.920.00   0.15
XYZ23.187710.812967.1946
Yxy10.81290.22910.1069
Hunter Lab32.883068.3255-98.1379
CIE-Lab39.263574.2181-74.9945

#8912da color RGB value is (137,18,218).

#8912da hex color red value is 137, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8912da hue: 0.77 , saturation: 0.85 and the lightness value of 8912da is 0.46.

The process color (four color CMYK) of #8912da color hex is 0.37, 0.92, 0.00, 0.15. Web safe color of #8912da is #9900cc. Color #8912da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010010 11011010
Octal 211 22 332
Decimal 137 18 218
Hex 89 12 DA

RGB Percentages of Color #8912da

%36.73
%4.83
%58.45

CMYK Percentages of Color #8912da

%37
%92
%0
%15

Triadic Colors of #8912da

#8912da #da8912 #12da89

Analogous Colors of #8912da

#8912da #da12c7 #2512da

Monochromatic Colors of #8912da

#8912da

Complementary Color

#8912da #63da12

#8912da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8912da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8912da Color CSS Codes

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

#8912da Text Font Color

<p style="color:#8912da">Text here</p>

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


#8912da Background Color

<div style="background-color:#8912da">
Div content here</div>

This div background color is #8912da


#8912da Border Color

<div style="border:3px solid #8912da">
Div here</div>

This div border color is #8912da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,18,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8912da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8912da;
  -webkit-box-shadow: 1px 1px 3px 2px #8912da;
  box-shadow:         1px 1px 3px 2px #8912da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8912da


Comments

No comments written yet.

Please login to write comment.