Color Hex Logo

#a813d3 Color Hex

#A813D3
(168,19,211)
0 Favorites   0 Comments

Color spaces of #a813d3

RGB 16819211
HSL0.800.830.45
HSV287°91°83°
CMYK 0.200.910.00   0.17
XYZ28.139213.493762.7495
Yxy13.49370.26960.1293
Hunter Lab36.733872.4524-75.5669
CIE-Lab43.497976.7866-63.8532

#a813d3 color RGB value is (168,19,211).

#a813d3 hex color red value is 168, green value is 19 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #a813d3 hue: 0.80 , saturation: 0.83 and the lightness value of a813d3 is 0.45.

The process color (four color CMYK) of #a813d3 color hex is 0.20, 0.91, 0.00, 0.17. Web safe color of #a813d3 is #9900cc. Color #a813d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 11010011
Octal 250 23 323
Decimal 168 19 211
Hex A8 13 D3

RGB Percentages of Color #a813d3

%42.21
%4.77
%53.02

CMYK Percentages of Color #a813d3

%20
%91
%0
%17

Triadic Colors of #a813d3

#a813d3 #d3a813 #13d3a8

Analogous Colors of #a813d3

#a813d3 #d3139e #4813d3

Monochromatic Colors of #a813d3

#a813d3

Complementary Color

#a813d3 #3ed313

#a813d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813d3 Color CSS Codes

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

#a813d3 Text Font Color

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

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


#a813d3 Background Color

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

This div background color is #a813d3


#a813d3 Border Color

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

This div border color is #a813d3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,19,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a813d3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a813d3;
  -webkit-box-shadow: 1px 1px 3px 2px #a813d3;
  box-shadow:         1px 1px 3px 2px #a813d3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,19,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813d3


Comments

No comments written yet.

Please login to write comment.