Color Hex Logo

#a246ca Color Hex

#A246CA
(162,70,202)
0 Favorites   0 Comments

Color spaces of #a246ca

RGB 16270202
HSL0.780.550.53
HSV282°65°79°
CMYK 0.200.650.00   0.21
XYZ27.751116.326057.5657
Yxy16.32600.27300.1606
Hunter Lab40.405451.8871-56.1867
CIE-Lab47.399358.4310-52.4111

#a246ca color RGB value is (162,70,202).

#a246ca hex color red value is 162, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a246ca hue: 0.78 , saturation: 0.55 and the lightness value of a246ca is 0.53.

The process color (four color CMYK) of #a246ca color hex is 0.20, 0.65, 0.00, 0.21. Web safe color of #a246ca is #9933cc. Color #a246ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 11001010
Octal 242 106 312
Decimal 162 70 202
Hex A2 46 CA

RGB Percentages of Color #a246ca

%37.33
%16.13
%46.54

CMYK Percentages of Color #a246ca

%20
%65
%0
%21

Triadic Colors of #a246ca

#a246ca #caa246 #46caa2

Analogous Colors of #a246ca

#a246ca #ca46b0 #6046ca

Monochromatic Colors of #a246ca

#a246ca

Complementary Color

#a246ca #6eca46

#a246ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246ca Color CSS Codes

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

#a246ca Text Font Color

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

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


#a246ca Background Color

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

This div background color is #a246ca


#a246ca Border Color

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

This div border color is #a246ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,70,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246ca


Comments

No comments written yet.

Please login to write comment.