Color Hex Logo

#a246be Color Hex

#A246BE
(162,70,190)
0 Favorites   0 Comments

Color spaces of #a246be

RGB 16270190
HSL0.790.480.51
HSV286°63°75°
CMYK 0.150.630.00   0.25
XYZ26.384715.779450.3703
Yxy15.77940.28510.1705
Hunter Lab39.723349.0461-47.3752
CIE-Lab46.683755.9794-46.6048

#a246be color RGB value is (162,70,190).

#a246be hex color red value is 162, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a246be hue: 0.79 , saturation: 0.48 and the lightness value of a246be is 0.51.

The process color (four color CMYK) of #a246be color hex is 0.15, 0.63, 0.00, 0.25. Web safe color of #a246be is #9933cc. Color #a246be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 10111110
Octal 242 106 276
Decimal 162 70 190
Hex A2 46 BE

RGB Percentages of Color #a246be

%38.39
%16.59
%45.02

CMYK Percentages of Color #a246be

%15
%63
%0
%25

Triadic Colors of #a246be

#a246be #bea246 #46bea2

Analogous Colors of #a246be

#a246be #be469e #6646be

Monochromatic Colors of #a246be

#a246be

Complementary Color

#a246be #62be46

#a246be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246be Color CSS Codes

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

#a246be Text Font Color

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

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


#a246be Background Color

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

This div background color is #a246be


#a246be Border Color

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

This div border color is #a246be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246be


Comments

No comments written yet.

Please login to write comment.