Color Hex Logo

#8f13cf Color Hex

#8F13CF
(143,19,207)
0 Favorites   0 Comments

Color spaces of #8f13cf

RGB 14319207
HSL0.780.830.44
HSV280°91°81°
CMYK 0.310.910.00   0.19
XYZ22.823010.810459.9152
Yxy10.81040.24400.1156
Hunter Lab32.879266.3668-85.0278
CIE-Lab39.259372.5899-68.6166

#8f13cf color RGB value is (143,19,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00010011 11001111
Octal 217 23 317
Decimal 143 19 207
Hex 8F 13 CF

RGB Percentages of Color #8f13cf

%38.75
%5.15
%56.10

CMYK Percentages of Color #8f13cf

%31
%91
%0
%19

Triadic Colors of #8f13cf

#8f13cf #cf8f13 #13cf8f

Analogous Colors of #8f13cf

#8f13cf #cf13b1 #3113cf

Monochromatic Colors of #8f13cf

#8f13cf

Complementary Color

#8f13cf #53cf13

#8f13cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f13cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f13cf Color CSS Codes

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

#8f13cf Text Font Color

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

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


#8f13cf Background Color

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

This div background color is #8f13cf


#8f13cf Border Color

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

This div border color is #8f13cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,19,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 #8f13cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f13cf


Comments

No comments written yet.

Please login to write comment.