Color Hex Logo

#8c3ebe Color Hex

#8C3EBE
(140,62,190)
0 Favorites   0 Comments

Color spaces of #8c3ebe

RGB 14062190
HSL0.770.510.49
HSV277°67°75°
CMYK 0.260.670.00   0.25
XYZ21.832112.738450.0233
Yxy12.73840.25810.1506
Hunter Lab35.690946.7293-58.1155
CIE-Lab42.366454.6328-53.6925

#8c3ebe color RGB value is (140,62,190).

#8c3ebe hex color red value is 140, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8c3ebe hue: 0.77 , saturation: 0.51 and the lightness value of 8c3ebe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00111110 10111110
Octal 214 76 276
Decimal 140 62 190
Hex 8C 3E BE

RGB Percentages of Color #8c3ebe

%35.71
%15.82
%48.47

CMYK Percentages of Color #8c3ebe

%26
%67
%0
%25

Triadic Colors of #8c3ebe

#8c3ebe #be8c3e #3ebe8c

Analogous Colors of #8c3ebe

#8c3ebe #be3eb0 #4c3ebe

Monochromatic Colors of #8c3ebe

#8c3ebe

Complementary Color

#8c3ebe #70be3e

#8c3ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c3ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c3ebe Color CSS Codes

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

#8c3ebe Text Font Color

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

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


#8c3ebe Background Color

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

This div background color is #8c3ebe


#8c3ebe Border Color

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

This div border color is #8c3ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c3ebe


Comments

No comments written yet.

Please login to write comment.