Color Hex Logo

#a14ecf Color Hex

#A14ECF
(161,78,207)
0 Favorites   0 Comments

Color spaces of #a14ecf

RGB 16178207
HSL0.770.570.56
HSV279°62°81°
CMYK 0.220.620.00   0.19
XYZ28.684817.530860.9034
Yxy17.53080.26780.1637
Hunter Lab41.869849.0174-56.9338
CIE-Lab48.922055.5469-52.8528

#a14ecf color RGB value is (161,78,207).

#a14ecf hex color red value is 161, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a14ecf hue: 0.77 , saturation: 0.57 and the lightness value of a14ecf is 0.56.

The process color (four color CMYK) of #a14ecf color hex is 0.22, 0.62, 0.00, 0.19. Web safe color of #a14ecf is #9966cc. Color #a14ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001110 11001111
Octal 241 116 317
Decimal 161 78 207
Hex A1 4E CF

RGB Percentages of Color #a14ecf

%36.10
%17.49
%46.41

CMYK Percentages of Color #a14ecf

%22
%62
%0
%19

Triadic Colors of #a14ecf

#a14ecf #cfa14e #4ecfa1

Analogous Colors of #a14ecf

#a14ecf #cf4ebd #604ecf

Monochromatic Colors of #a14ecf

#a14ecf

Complementary Color

#a14ecf #7ccf4e

#a14ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14ecf Color CSS Codes

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

#a14ecf Text Font Color

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

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


#a14ecf Background Color

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

This div background color is #a14ecf


#a14ecf Border Color

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

This div border color is #a14ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14ecf


Comments

No comments written yet.

Please login to write comment.