Color Hex Logo

#a62ebd Color Hex

#A62EBD
(166,46,189)
0 Favorites   0 Comments

Color spaces of #a62ebd

RGB 16646189
HSL0.810.610.46
HSV290°76°74°
CMYK 0.120.760.00   0.26
XYZ25.888213.735149.4308
Yxy13.73510.29070.1542
Hunter Lab37.060959.8313-53.1367
CIE-Lab43.850666.1323-50.5218

#a62ebd color RGB value is (166,46,189).

#a62ebd hex color red value is 166, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a62ebd hue: 0.81 , saturation: 0.61 and the lightness value of a62ebd is 0.46.

The process color (four color CMYK) of #a62ebd color hex is 0.12, 0.76, 0.00, 0.26. Web safe color of #a62ebd is #9933cc. Color #a62ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 10111101
Octal 246 56 275
Decimal 166 46 189
Hex A6 2E BD

RGB Percentages of Color #a62ebd

%41.40
%11.47
%47.13

CMYK Percentages of Color #a62ebd

%12
%76
%0
%26

Triadic Colors of #a62ebd

#a62ebd #bda62e #2ebda6

Analogous Colors of #a62ebd

#a62ebd #bd2e8d #5e2ebd

Monochromatic Colors of #a62ebd

#a62ebd

Complementary Color

#a62ebd #45bd2e

#a62ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62ebd Color CSS Codes

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

#a62ebd Text Font Color

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

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


#a62ebd Background Color

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

This div background color is #a62ebd


#a62ebd Border Color

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

This div border color is #a62ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62ebd


Comments

No comments written yet.

Please login to write comment.