Color Hex Logo

#a14ccf Color Hex

#A14CCF
(161,76,207)
0 Favorites   0 Comments

Color spaces of #a14ccf

RGB 16176207
HSL0.770.580.55
HSV279°63°81°
CMYK 0.220.630.00   0.19
XYZ28.544917.250960.8568
Yxy17.25090.26760.1617
Hunter Lab41.534249.9915-57.7990
CIE-Lab48.574656.4980-53.4097

#a14ccf color RGB value is (161,76,207).

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

The process color (four color CMYK) of #a14ccf color hex is 0.22, 0.63, 0.00, 0.19. Web safe color of #a14ccf is #9933cc. Color #a14ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001100 11001111
Octal 241 114 317
Decimal 161 76 207
Hex A1 4C CF

RGB Percentages of Color #a14ccf

%36.26
%17.12
%46.62

CMYK Percentages of Color #a14ccf

%22
%63
%0
%19

Triadic Colors of #a14ccf

#a14ccf #cfa14c #4ccfa1

Analogous Colors of #a14ccf

#a14ccf #cf4cbc #5f4ccf

Monochromatic Colors of #a14ccf

#a14ccf

Complementary Color

#a14ccf #7acf4c

#a14ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14ccf Color CSS Codes

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

#a14ccf Text Font Color

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

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


#a14ccf Background Color

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

This div background color is #a14ccf


#a14ccf Border Color

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

This div border color is #a14ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14ccf


Comments

No comments written yet.

Please login to write comment.