Color Hex Logo

#a62ebc Color Hex

#A62EBC
(166,46,188)
0 Favorites   0 Comments

Color spaces of #a62ebc

RGB 16646188
HSL0.810.610.46
HSV291°76°74°
CMYK 0.120.760.00   0.26
XYZ25.780013.691848.8610
Yxy13.69180.29190.1550
Hunter Lab37.002459.6086-52.3896
CIE-Lab43.787765.9515-50.0374

#a62ebc color RGB value is (166,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 10111100
Octal 246 56 274
Decimal 166 46 188
Hex A6 2E BC

RGB Percentages of Color #a62ebc

%41.50
%11.50
%47.00

CMYK Percentages of Color #a62ebc

%12
%76
%0
%26

Triadic Colors of #a62ebc

#a62ebc #bca62e #2ebca6

Analogous Colors of #a62ebc

#a62ebc #bc2e8b #5f2ebc

Monochromatic Colors of #a62ebc

#a62ebc

Complementary Color

#a62ebc #44bc2e

#a62ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62ebc Color CSS Codes

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

#a62ebc Text Font Color

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

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


#a62ebc Background Color

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

This div background color is #a62ebc


#a62ebc Border Color

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

This div border color is #a62ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,46,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62ebc


Comments

No comments written yet.

Please login to write comment.