Color Hex Logo

#8d12cf Color Hex

#8D12CF
(141,18,207)
0 Favorites   0 Comments

Color spaces of #8d12cf

RGB 14118207
HSL0.780.840.44
HSV279°91°81°
CMYK 0.320.910.00   0.19
XYZ22.463310.600359.8936
Yxy10.60030.24170.1140
Hunter Lab32.558166.1785-86.2787
CIE-Lab38.899072.5017-69.2181

#8d12cf color RGB value is (141,18,207).

#8d12cf hex color red value is 141, green value is 18 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8d12cf hue: 0.78 , saturation: 0.84 and the lightness value of 8d12cf is 0.44.

The process color (four color CMYK) of #8d12cf color hex is 0.32, 0.91, 0.00, 0.19. Web safe color of #8d12cf is #9900cc. Color #8d12cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00010010 11001111
Octal 215 22 317
Decimal 141 18 207
Hex 8D 12 CF

RGB Percentages of Color #8d12cf

%38.52
%4.92
%56.56

CMYK Percentages of Color #8d12cf

%32
%91
%0
%19

Triadic Colors of #8d12cf

#8d12cf #cf8d12 #12cf8d

Analogous Colors of #8d12cf

#8d12cf #cf12b3 #2e12cf

Monochromatic Colors of #8d12cf

#8d12cf

Complementary Color

#8d12cf #54cf12

#8d12cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d12cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d12cf Color CSS Codes

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

#8d12cf Text Font Color

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

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


#8d12cf Background Color

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

This div background color is #8d12cf


#8d12cf Border Color

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

This div border color is #8d12cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d12cf


Comments

No comments written yet.

Please login to write comment.