Color Hex Logo

#8c2dba Color Hex

#8C2DBA
(140,45,186)
0 Favorites   0 Comments

Color spaces of #8c2dba

RGB 14045186
HSL0.780.610.45
HSV280°76°73°
CMYK 0.250.760.00   0.27
XYZ20.616510.997447.4905
Yxy10.99740.26060.1390
Hunter Lab33.162352.9366-61.6933
CIE-Lab39.576160.8679-55.8535

#8c2dba color RGB value is (140,45,186).

#8c2dba hex color red value is 140, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8c2dba hue: 0.78 , saturation: 0.61 and the lightness value of 8c2dba is 0.45.

The process color (four color CMYK) of #8c2dba color hex is 0.25, 0.76, 0.00, 0.27. Web safe color of #8c2dba is #9933cc. Color #8c2dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101101 10111010
Octal 214 55 272
Decimal 140 45 186
Hex 8C 2D BA

RGB Percentages of Color #8c2dba

%37.74
%12.13
%50.13

CMYK Percentages of Color #8c2dba

%25
%76
%0
%27

Triadic Colors of #8c2dba

#8c2dba #ba8c2d #2dba8c

Analogous Colors of #8c2dba

#8c2dba #ba2da2 #462dba

Monochromatic Colors of #8c2dba

#8c2dba

Complementary Color

#8c2dba #5bba2d

#8c2dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c2dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c2dba Color CSS Codes

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

#8c2dba Text Font Color

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

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


#8c2dba Background Color

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

This div background color is #8c2dba


#8c2dba Border Color

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

This div border color is #8c2dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,45,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c2dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c2dba;
  -webkit-box-shadow: 1px 1px 3px 2px #8c2dba;
  box-shadow:         1px 1px 3px 2px #8c2dba; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c2dba


Comments

No comments written yet.

Please login to write comment.