Color Hex Logo

#8c3bde Color Hex

#8C3BDE
(140,59,222)
0 Favorites   0 Comments

Color spaces of #8c3bde

RGB 14059222
HSL0.750.710.55
HSV270°73°87°
CMYK 0.370.730.00   0.13
XYZ25.564013.977370.4578
Yxy13.97730.23240.1271
Hunter Lab37.386256.6290-85.5671
CIE-Lab44.200463.2661-69.1957

#8c3bde color RGB value is (140,59,222).

#8c3bde hex color red value is 140, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8c3bde hue: 0.75 , saturation: 0.71 and the lightness value of 8c3bde is 0.55.

The process color (four color CMYK) of #8c3bde color hex is 0.37, 0.73, 0.00, 0.13. Web safe color of #8c3bde is #9933cc. Color #8c3bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111011 11011110
Octal 214 73 336
Decimal 140 59 222
Hex 8C 3B DE

RGB Percentages of Color #8c3bde

%33.25
%14.01
%52.73

CMYK Percentages of Color #8c3bde

%37
%73
%0
%13

Triadic Colors of #8c3bde

#8c3bde #de8c3b #3bde8c

Analogous Colors of #8c3bde

#8c3bde #de3bde #3b3bde

Monochromatic Colors of #8c3bde

#8c3bde

Complementary Color

#8c3bde #8dde3b

#8c3bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3bde Color CSS Codes

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

#8c3bde Text Font Color

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

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


#8c3bde Background Color

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

This div background color is #8c3bde


#8c3bde Border Color

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

This div border color is #8c3bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,59,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3bde


Comments

No comments written yet.

Please login to write comment.