Color Hex Logo

#a514bf Color Hex

#A514BF
(165,20,191)
0 Favorites   0 Comments

Color spaces of #a514bf

RGB 16520191
HSL0.810.810.41
HSV291°90°75°
CMYK 0.140.900.00   0.25
XYZ25.171212.261250.3302
Yxy12.26120.28680.1397
Hunter Lab35.016067.0365-60.7092
CIE-Lab41.628372.6911-55.2801

#a514bf color RGB value is (165,20,191).

#a514bf hex color red value is 165, green value is 20 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a514bf hue: 0.81 , saturation: 0.81 and the lightness value of a514bf is 0.41.

The process color (four color CMYK) of #a514bf color hex is 0.14, 0.90, 0.00, 0.25. Web safe color of #a514bf is #9900cc. Color #a514bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 10111111
Octal 245 24 277
Decimal 165 20 191
Hex A5 14 BF

RGB Percentages of Color #a514bf

%43.88
%5.32
%50.80

CMYK Percentages of Color #a514bf

%14
%90
%0
%25

Triadic Colors of #a514bf

#a514bf #bfa514 #14bfa5

Analogous Colors of #a514bf

#a514bf #bf1484 #4f14bf

Monochromatic Colors of #a514bf

#a514bf

Complementary Color

#a514bf #2ebf14

#a514bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a514bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a514bf Color CSS Codes

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

#a514bf Text Font Color

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

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


#a514bf Background Color

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

This div background color is #a514bf


#a514bf Border Color

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

This div border color is #a514bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a514bf


Comments

No comments written yet.

Please login to write comment.