Color Hex Logo

#a514df Color Hex

#A514DF
(165,20,223)
0 Favorites   0 Comments

Color spaces of #a514df

RGB 16520223
HSL0.790.840.48
HSV283°91°87°
CMYK 0.260.910.00   0.13
XYZ29.086513.827470.9480
Yxy13.82740.25550.1214
Hunter Lab37.185274.5497-87.0935
CIE-Lab43.984478.3880-69.9684

#a514df color RGB value is (165,20,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 11011111
Octal 245 24 337
Decimal 165 20 223
Hex A5 14 DF

RGB Percentages of Color #a514df

%40.44
%4.90
%54.66

CMYK Percentages of Color #a514df

%26
%91
%0
%13

Triadic Colors of #a514df

#a514df #dfa514 #14dfa5

Analogous Colors of #a514df

#a514df #df14b4 #3f14df

Monochromatic Colors of #a514df

#a514df

Complementary Color

#a514df #4edf14

#a514df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a514df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a514df Color CSS Codes

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

#a514df Text Font Color

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

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


#a514df Background Color

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

This div background color is #a514df


#a514df Border Color

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

This div border color is #a514df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a514df


Comments

No comments written yet.

Please login to write comment.