Color Hex Logo

#a23ebe Color Hex

#A23EBE
(162,62,190)
0 Favorites   0 Comments

Color spaces of #a23ebe

RGB 16262190
HSL0.800.510.49
HSV287°67°75°
CMYK 0.150.670.00   0.25
XYZ25.917214.844350.2145
Yxy14.84430.28490.1632
Hunter Lab38.528352.6488-50.3037
CIE-Lab45.420259.4878-48.6237

#a23ebe color RGB value is (162,62,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111110 10111110
Octal 242 76 276
Decimal 162 62 190
Hex A2 3E BE

RGB Percentages of Color #a23ebe

%39.13
%14.98
%45.89

CMYK Percentages of Color #a23ebe

%15
%67
%0
%25

Triadic Colors of #a23ebe

#a23ebe #bea23e #3ebea2

Analogous Colors of #a23ebe

#a23ebe #be3e9a #623ebe

Monochromatic Colors of #a23ebe

#a23ebe

Complementary Color

#a23ebe #5abe3e

#a23ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23ebe Color CSS Codes

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

#a23ebe Text Font Color

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

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


#a23ebe Background Color

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

This div background color is #a23ebe


#a23ebe Border Color

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

This div border color is #a23ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23ebe


Comments

No comments written yet.

Please login to write comment.