Color Hex Logo

#8704da Color Hex

#8704DA
(135,4,218)
0 Favorites   0 Comments

Color spaces of #8704da

RGB 1354218
HSL0.770.960.44
HSV277°98°85°
CMYK 0.380.980.00   0.15
XYZ22.690010.299767.1218
Yxy10.29970.22660.1029
Hunter Lab32.093170.0373-101.5380
CIE-Lab38.375075.7965-76.4649

#8704da color RGB value is (135,4,218).

#8704da hex color red value is 135, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8704da hue: 0.77 , saturation: 0.96 and the lightness value of 8704da is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000100 11011010
Octal 207 4 332
Decimal 135 4 218
Hex 87 4 DA

RGB Percentages of Color #8704da

%37.82
%1.12
%61.06

CMYK Percentages of Color #8704da

%38
%98
%0
%15

Triadic Colors of #8704da

#8704da #da8704 #04da87

Analogous Colors of #8704da

#8704da #da04c2 #1c04da

Monochromatic Colors of #8704da

#8704da

Complementary Color

#8704da #57da04

#8704da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8704da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8704da Color CSS Codes

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

#8704da Text Font Color

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

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


#8704da Background Color

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

This div background color is #8704da


#8704da Border Color

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

This div border color is #8704da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8704da


Comments

No comments written yet.

Please login to write comment.