Color Hex Logo

#8713da Color Hex

#8713DA
(135,19,218)
0 Favorites   0 Comments

Color spaces of #8713da

RGB 13519218
HSL0.760.840.46
HSV275°91°85°
CMYK 0.380.910.00   0.15
XYZ22.879410.678667.1850
Yxy10.67860.22710.1060
Hunter Lab32.678167.7890-99.0233
CIE-Lab39.033873.8176-75.3826

#8713da color RGB value is (135,19,218).

#8713da hex color red value is 135, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8713da hue: 0.76 , saturation: 0.84 and the lightness value of 8713da is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010011 11011010
Octal 207 23 332
Decimal 135 19 218
Hex 87 13 DA

RGB Percentages of Color #8713da

%36.29
%5.11
%58.60

CMYK Percentages of Color #8713da

%38
%91
%0
%15

Triadic Colors of #8713da

#8713da #da8713 #13da87

Analogous Colors of #8713da

#8713da #da13ca #2413da

Monochromatic Colors of #8713da

#8713da

Complementary Color

#8713da #66da13

#8713da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8713da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8713da Color CSS Codes

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

#8713da Text Font Color

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

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


#8713da Background Color

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

This div background color is #8713da


#8713da Border Color

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

This div border color is #8713da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8713da


Comments

No comments written yet.

Please login to write comment.