Color Hex Logo

#a514de Color Hex

#A514DE
(165,20,222)
0 Favorites   0 Comments

Color spaces of #a514de

RGB 16520222
HSL0.790.830.47
HSV283°91°87°
CMYK 0.260.910.00   0.13
XYZ28.952013.773670.2399
Yxy13.77360.25630.1219
Hunter Lab37.112874.3019-86.2336
CIE-Lab43.906578.2036-69.5239

#a514de color RGB value is (165,20,222).

#a514de hex color red value is 165, green value is 20 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a514de hue: 0.79 , saturation: 0.83 and the lightness value of a514de is 0.47.

The process color (four color CMYK) of #a514de color hex is 0.26, 0.91, 0.00, 0.13. Web safe color of #a514de is #9900cc. Color #a514de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 11011110
Octal 245 24 336
Decimal 165 20 222
Hex A5 14 DE

RGB Percentages of Color #a514de

%40.54
%4.91
%54.55

CMYK Percentages of Color #a514de

%26
%91
%0
%13

Triadic Colors of #a514de

#a514de #dea514 #14dea5

Analogous Colors of #a514de

#a514de #de14b2 #4014de

Monochromatic Colors of #a514de

#a514de

Complementary Color

#a514de #4dde14

#a514de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a514de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a514de Color CSS Codes

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

#a514de Text Font Color

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

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


#a514de Background Color

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

This div background color is #a514de


#a514de Border Color

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

This div border color is #a514de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,20,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a514de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a514de;
  -webkit-box-shadow: 1px 1px 3px 2px #a514de;
  box-shadow:         1px 1px 3px 2px #a514de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,20,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a514de


Comments

No comments written yet.

Please login to write comment.