Color Hex Logo

#a62dbe Color Hex

#A62DBE
(166,45,190)
0 Favorites   0 Comments

Color spaces of #a62dbe

RGB 16645190
HSL0.810.620.46
HSV290°76°75°
CMYK 0.130.760.00   0.25
XYZ25.958513.701549.9917
Yxy13.70150.28950.1528
Hunter Lab37.015560.4025-54.1638
CIE-Lab43.801866.6359-51.1852

#a62dbe color RGB value is (166,45,190).

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

The process color (four color CMYK) of #a62dbe color hex is 0.13, 0.76, 0.00, 0.25. Web safe color of #a62dbe is #9933cc. Color #a62dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101101 10111110
Octal 246 55 276
Decimal 166 45 190
Hex A6 2D BE

RGB Percentages of Color #a62dbe

%41.40
%11.22
%47.38

CMYK Percentages of Color #a62dbe

%13
%76
%0
%25

Triadic Colors of #a62dbe

#a62dbe #bea62d #2dbea6

Analogous Colors of #a62dbe

#a62dbe #be2d8e #5d2dbe

Monochromatic Colors of #a62dbe

#a62dbe

Complementary Color

#a62dbe #45be2d

#a62dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62dbe Color CSS Codes

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

#a62dbe Text Font Color

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

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


#a62dbe Background Color

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

This div background color is #a62dbe


#a62dbe Border Color

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

This div border color is #a62dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62dbe


Comments

No comments written yet.

Please login to write comment.