Color Hex Logo

#a14cfd Color Hex

#A14CFD
(161,76,253)
0 Favorites   0 Comments

Color spaces of #a14cfd

RGB 16176253
HSL0.750.980.65
HSV269°70°99°
CMYK 0.360.700.00   0.01
XYZ35.012019.837894.9122
Yxy19.83780.23380.1325
Hunter Lab44.539662.3720-95.1669
CIE-Lab51.653366.8141-74.4079

#a14cfd color RGB value is (161,76,253).

#a14cfd hex color red value is 161, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a14cfd hue: 0.75 , saturation: 0.98 and the lightness value of a14cfd is 0.65.

The process color (four color CMYK) of #a14cfd color hex is 0.36, 0.70, 0.00, 0.01. Web safe color of #a14cfd is #9933ff. Color #a14cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001100 11111101
Octal 241 114 375
Decimal 161 76 253
Hex A1 4C FD

RGB Percentages of Color #a14cfd

%32.86
%15.51
%51.63

CMYK Percentages of Color #a14cfd

%36
%70
%0
%1

Triadic Colors of #a14cfd

#a14cfd #fda14c #4cfda1

Analogous Colors of #a14cfd

#a14cfd #fa4cfd #4c50fd

Monochromatic Colors of #a14cfd

#a14cfd

Complementary Color

#a14cfd #a8fd4c

#a14cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14cfd Color CSS Codes

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

#a14cfd Text Font Color

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

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


#a14cfd Background Color

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

This div background color is #a14cfd


#a14cfd Border Color

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

This div border color is #a14cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.