Color Hex Logo

#a714dd Color Hex

#A714DD
(167,20,221)
0 Favorites   0 Comments

Color spaces of #a714dd

RGB 16720221
HSL0.790.830.47
HSV284°91°87°
CMYK 0.240.910.00   0.13
XYZ29.237713.936369.5556
Yxy13.93630.25940.1236
Hunter Lab37.331474.4703-84.3369
CIE-Lab44.141478.2939-68.5558

#a714dd color RGB value is (167,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 11011101
Octal 247 24 335
Decimal 167 20 221
Hex A7 14 DD

RGB Percentages of Color #a714dd

%40.93
%4.90
%54.17

CMYK Percentages of Color #a714dd

%24
%91
%0
%13

Triadic Colors of #a714dd

#a714dd #dda714 #14dda7

Analogous Colors of #a714dd

#a714dd #dd14af #4214dd

Monochromatic Colors of #a714dd

#a714dd

Complementary Color

#a714dd #4add14

#a714dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a714dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a714dd Color CSS Codes

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

#a714dd Text Font Color

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

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


#a714dd Background Color

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

This div background color is #a714dd


#a714dd Border Color

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

This div border color is #a714dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a714dd


Comments

No comments written yet.

Please login to write comment.