Color Hex Logo

#870dba Color Hex

#870DBA
(135,13,186)
0 Favorites   0 Comments

Color spaces of #870dba

RGB 13513186
HSL0.780.870.39
HSV282°93°73°
CMYK 0.270.930.00   0.27
XYZ18.99858.983947.1871
Yxy8.98390.25270.1195
Hunter Lab29.973260.6893-72.3598
CIE-Lab35.953368.4093-61.7761

#870dba color RGB value is (135,13,186).

#870dba hex color red value is 135, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #870dba hue: 0.78 , saturation: 0.87 and the lightness value of 870dba is 0.39.

The process color (four color CMYK) of #870dba color hex is 0.27, 0.93, 0.00, 0.27. Web safe color of #870dba is #9900cc. Color #870dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001101 10111010
Octal 207 15 272
Decimal 135 13 186
Hex 87 D BA

RGB Percentages of Color #870dba

%40.42
%3.89
%55.69

CMYK Percentages of Color #870dba

%27
%93
%0
%27

Triadic Colors of #870dba

#870dba #ba870d #0dba87

Analogous Colors of #870dba

#870dba #ba0d97 #300dba

Monochromatic Colors of #870dba

#870dba

Complementary Color

#870dba #40ba0d

#870dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#870dba Color CSS Codes

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

#870dba Text Font Color

<p style="color:#870dba">Text here</p>

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


#870dba Background Color

<div style="background-color:#870dba">
Div content here</div>

This div background color is #870dba


#870dba Border Color

<div style="border:3px solid #870dba">
Div here</div>

This div border color is #870dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,13,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870dba;
  -webkit-box-shadow: 1px 1px 3px 2px #870dba;
  box-shadow:         1px 1px 3px 2px #870dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870dba


Comments

No comments written yet.

Please login to write comment.