Color Hex Logo

#a30e62 Color Hex

#A30E62
(163,14,98)
0 Favorites   0 Comments

Color spaces of #a30e62

RGB 1631498
HSL0.910.840.35
HSV326°91°64°
CMYK 0.000.910.40   0.36
XYZ17.46598.982412.3685
Yxy8.98240.45000.2314
Hunter Lab29.970751.5752-3.4888
CIE-Lab35.950460.3393-7.2914

#a30e62 color RGB value is (163,14,98).

#a30e62 hex color red value is 163, green value is 14 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a30e62 hue: 0.91 , saturation: 0.84 and the lightness value of a30e62 is 0.35.

The process color (four color CMYK) of #a30e62 color hex is 0.00, 0.91, 0.40, 0.36. Web safe color of #a30e62 is #990066. Color #a30e62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001110 01100010
Octal 243 16 142
Decimal 163 14 98
Hex A3 E 62

RGB Percentages of Color #a30e62

%59.27
%5.09
%35.64

CMYK Percentages of Color #a30e62

%0
%91
%40
%36

Triadic Colors of #a30e62

#a30e62 #62a30e #0e62a3

Analogous Colors of #a30e62

#a30e62 #a30e18 #9a0ea3

Monochromatic Colors of #a30e62

#a30e62

Complementary Color

#a30e62 #0ea34f

#a30e62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30e62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30e62 Color CSS Codes

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

#a30e62 Text Font Color

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

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


#a30e62 Background Color

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

This div background color is #a30e62


#a30e62 Border Color

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

This div border color is #a30e62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,14,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a30e62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a30e62;
  -webkit-box-shadow: 1px 1px 3px 2px #a30e62;
  box-shadow:         1px 1px 3px 2px #a30e62; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,14,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30e62


Comments

No comments written yet.

Please login to write comment.