color codes Logo

#8740cc color codes

#8740CC
(135,64,204)
0 Favorites   0 Comments

Color spaces of #8740cc

RGB 13564204
HSL0.750.580.53
HSV270°69°80°
CMYK 0.340.690.00   0.20
XYZ22.724213.177358.4725
Yxy13.17730.24080.1396
Hunter Lab36.300648.2153-70.0932
CIE-Lab43.029255.8912-60.7906

#8740cc color RGB value is (135,64,204).

#8740cc hex color red value is 135, green value is 64 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8740cc hue: 0.75 , saturation: 0.58 and the lightness value of 8740cc is 0.53.

The process color (four color CMYK) of #8740cc color code is 0.34, 0.69, 0.00, 0.20. Web safe color of #8740cc is #9933cc. Color #8740cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 11001100
Octal 207 100 314
Decimal 135 64 204
Hex 87 40 CC

RGB Percentages of Color #8740cc

%33.50
%15.88
%50.62

CMYK Percentages of Color #8740cc

%34
%69
%0
%20

Triadic Colors of #8740cc

#8740cc #cc8740 #40cc87

Analogous Colors of #8740cc

#8740cc #cc40cb #4140cc

Monochromatic Colors of #8740cc

#8740cc

Complementary Color

#8740cc #85cc40

#8740cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8740cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8740cc Color CSS Codes

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

#8740cc Text Font Color

<p style="color:#8740cc">Text here</p>

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


#8740cc Background Color

<div style="background-color:#8740cc">
Div content here</div>

This div background color is #8740cc


#8740cc Border Color

<div style="border:3px solid #8740cc">
Div here</div>

This div border color is #8740cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,64,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8740cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8740cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8740cc;
  box-shadow:         1px 1px 3px 2px #8740cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,64,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8740cc


Comments

No comments written yet.

Please login to write comment.