Color Hex Logo

#a14bdf Color Hex

#A14BDF
(161,75,223)
0 Favorites   0 Comments

Color spaces of #a14bdf

RGB 16175223
HSL0.760.700.58
HSV275°66°87°
CMYK 0.280.660.00   0.13
XYZ30.533317.936971.6649
Yxy17.93690.25420.1493
Hunter Lab42.352054.5721-70.6798
CIE-Lab49.419560.4573-61.1796

#a14bdf color RGB value is (161,75,223).

#a14bdf hex color red value is 161, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a14bdf hue: 0.76 , saturation: 0.70 and the lightness value of a14bdf is 0.58.

The process color (four color CMYK) of #a14bdf color hex is 0.28, 0.66, 0.00, 0.13. Web safe color of #a14bdf is #9933cc. Color #a14bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 11011111
Octal 241 113 337
Decimal 161 75 223
Hex A1 4B DF

RGB Percentages of Color #a14bdf

%35.08
%16.34
%48.58

CMYK Percentages of Color #a14bdf

%28
%66
%0
%13

Triadic Colors of #a14bdf

#a14bdf #dfa14b #4bdfa1

Analogous Colors of #a14bdf

#a14bdf #df4bd3 #574bdf

Monochromatic Colors of #a14bdf

#a14bdf

Complementary Color

#a14bdf #89df4b

#a14bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14bdf Color CSS Codes

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

#a14bdf Text Font Color

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

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


#a14bdf Background Color

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

This div background color is #a14bdf


#a14bdf Border Color

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

This div border color is #a14bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,75,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 #a14bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14bdf


Comments

No comments written yet.

Please login to write comment.