Color Hex Logo

#a14bdc Color Hex

#A14BDC
(161,75,220)
0 Favorites   0 Comments

Color spaces of #a14bdc

RGB 16175220
HSL0.770.670.58
HSV276°66°86°
CMYK 0.270.660.00   0.14
XYZ30.132317.776569.5532
Yxy17.77650.25650.1513
Hunter Lab42.162253.7858-68.2947
CIE-Lab49.223959.7947-59.7910

#a14bdc color RGB value is (161,75,220).

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

The process color (four color CMYK) of #a14bdc color hex is 0.27, 0.66, 0.00, 0.14. Web safe color of #a14bdc is #9933cc. Color #a14bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 11011100
Octal 241 113 334
Decimal 161 75 220
Hex A1 4B DC

RGB Percentages of Color #a14bdc

%35.31
%16.45
%48.25

CMYK Percentages of Color #a14bdc

%27
%66
%0
%14

Triadic Colors of #a14bdc

#a14bdc #dca14b #4bdca1

Analogous Colors of #a14bdc

#a14bdc #dc4bcf #594bdc

Monochromatic Colors of #a14bdc

#a14bdc

Complementary Color

#a14bdc #86dc4b

#a14bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14bdc Color CSS Codes

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

#a14bdc Text Font Color

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

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


#a14bdc Background Color

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

This div background color is #a14bdc


#a14bdc Border Color

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

This div border color is #a14bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,75,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14bdc


Comments

No comments written yet.

Please login to write comment.