Color Hex Logo

#a13ebd Color Hex

#A13EBD
(161,62,189)
0 Favorites   0 Comments

Color spaces of #a13ebd

RGB 16162189
HSL0.800.510.49
HSV287°67°74°
CMYK 0.150.670.00   0.26
XYZ25.605914.696449.6312
Yxy14.69640.28470.1634
Hunter Lab38.335952.1387-49.9241
CIE-Lab45.215559.0666-48.3759

#a13ebd color RGB value is (161,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111110 10111101
Octal 241 76 275
Decimal 161 62 189
Hex A1 3E BD

RGB Percentages of Color #a13ebd

%39.08
%15.05
%45.87

CMYK Percentages of Color #a13ebd

%15
%67
%0
%26

Triadic Colors of #a13ebd

#a13ebd #bda13e #3ebda1

Analogous Colors of #a13ebd

#a13ebd #bd3e9a #623ebd

Monochromatic Colors of #a13ebd

#a13ebd

Complementary Color

#a13ebd #5abd3e

#a13ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13ebd Color CSS Codes

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

#a13ebd Text Font Color

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

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


#a13ebd Background Color

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

This div background color is #a13ebd


#a13ebd Border Color

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

This div border color is #a13ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13ebd


Comments

No comments written yet.

Please login to write comment.