Color Hex Logo

#a81ebe Color Hex

#A81EBE
(168,30,190)
0 Favorites   0 Comments

Color spaces of #a81ebe

RGB 16830190
HSL0.810.730.43
HSV292°84°75°
CMYK 0.120.840.00   0.25
XYZ25.907012.971149.8534
Yxy12.97110.29200.1462
Hunter Lab36.015465.3736-56.8599
CIE-Lab42.719771.0855-52.9085

#a81ebe color RGB value is (168,30,190).

#a81ebe hex color red value is 168, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a81ebe hue: 0.81 , saturation: 0.73 and the lightness value of a81ebe is 0.43.

The process color (four color CMYK) of #a81ebe color hex is 0.12, 0.84, 0.00, 0.25. Web safe color of #a81ebe is #9933cc. Color #a81ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 10111110
Octal 250 36 276
Decimal 168 30 190
Hex A8 1E BE

RGB Percentages of Color #a81ebe

%43.30
%7.73
%48.97

CMYK Percentages of Color #a81ebe

%12
%84
%0
%25

Triadic Colors of #a81ebe

#a81ebe #bea81e #1ebea8

Analogous Colors of #a81ebe

#a81ebe #be1e84 #581ebe

Monochromatic Colors of #a81ebe

#a81ebe

Complementary Color

#a81ebe #34be1e

#a81ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81ebe Color CSS Codes

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

#a81ebe Text Font Color

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

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


#a81ebe Background Color

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

This div background color is #a81ebe


#a81ebe Border Color

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

This div border color is #a81ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,30,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #a81ebe;
  box-shadow:         1px 1px 3px 2px #a81ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,30,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 #a81ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81ebe


Comments

No comments written yet.

Please login to write comment.