Color Hex Logo

#8f12de Color Hex

#8F12DE
(143,18,222)
0 Favorites   0 Comments

Color spaces of #8f12de

RGB 14318222
HSL0.770.850.47
HSV277°92°87°
CMYK 0.360.920.00   0.13
XYZ24.728811.546270.0325
Yxy11.54620.23260.1086
Hunter Lab33.979770.4393-98.4115
CIE-Lab40.485675.7242-75.2517

#8f12de color RGB value is (143,18,222).

#8f12de hex color red value is 143, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8f12de hue: 0.77 , saturation: 0.85 and the lightness value of 8f12de is 0.47.

The process color (four color CMYK) of #8f12de color hex is 0.36, 0.92, 0.00, 0.13. Web safe color of #8f12de is #9900cc. Color #8f12de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00010010 11011110
Octal 217 22 336
Decimal 143 18 222
Hex 8F 12 DE

RGB Percentages of Color #8f12de

%37.34
%4.70
%57.96

CMYK Percentages of Color #8f12de

%36
%92
%0
%13

Triadic Colors of #8f12de

#8f12de #de8f12 #12de8f

Analogous Colors of #8f12de

#8f12de #de12c7 #2912de

Monochromatic Colors of #8f12de

#8f12de

Complementary Color

#8f12de #61de12

#8f12de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f12de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f12de Color CSS Codes

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

#8f12de Text Font Color

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

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


#8f12de Background Color

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

This div background color is #8f12de


#8f12de Border Color

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

This div border color is #8f12de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,18,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f12de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f12de;
  -webkit-box-shadow: 1px 1px 3px 2px #8f12de;
  box-shadow:         1px 1px 3px 2px #8f12de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f12de


Comments

No comments written yet.

Please login to write comment.