Color Hex Logo

#a43eed Color Hex

#A43EED
(164,62,237)
0 Favorites   0 Comments

Color spaces of #a43eed

RGB 16462237
HSL0.760.830.59
HSV275°74°93°
CMYK 0.310.740.00   0.07
XYZ32.318517.452281.7860
Yxy17.45220.24570.1327
Hunter Lab41.775864.9830-86.8310
CIE-Lab48.824869.5683-70.0369

#a43eed color RGB value is (164,62,237).

#a43eed hex color red value is 164, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a43eed hue: 0.76 , saturation: 0.83 and the lightness value of a43eed is 0.59.

The process color (four color CMYK) of #a43eed color hex is 0.31, 0.74, 0.00, 0.07. Web safe color of #a43eed is #9933ff. Color #a43eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111110 11101101
Octal 244 76 355
Decimal 164 62 237
Hex A4 3E ED

RGB Percentages of Color #a43eed

%35.42
%13.39
%51.19

CMYK Percentages of Color #a43eed

%31
%74
%0
%7

Triadic Colors of #a43eed

#a43eed #eda43e #3eeda4

Analogous Colors of #a43eed

#a43eed #ed3edf #4c3eed

Monochromatic Colors of #a43eed

#a43eed

Complementary Color

#a43eed #87ed3e

#a43eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43eed Color CSS Codes

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

#a43eed Text Font Color

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

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


#a43eed Background Color

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

This div background color is #a43eed


#a43eed Border Color

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

This div border color is #a43eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,62,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a43eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a43eed;
  -webkit-box-shadow: 1px 1px 3px 2px #a43eed;
  box-shadow:         1px 1px 3px 2px #a43eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,62,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43eed


Comments

No comments written yet.

Please login to write comment.