color codes Logo

#a438ef color codes

#A438EF
(164,56,239)
0 Favorites   0 Comments

Color spaces of #a438ef

RGB 16456239
HSL0.770.850.58
HSV275°77°94°
CMYK 0.310.770.00   0.06
XYZ32.304016.952983.2310
Yxy16.95290.24380.1280
Hunter Lab41.173967.9923-91.0301
CIE-Lab48.200672.2066-72.1775

#a438ef color RGB value is (164,56,239).

#a438ef hex color red value is 164, green value is 56 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a438ef hue: 0.77 , saturation: 0.85 and the lightness value of a438ef is 0.58.

The process color (four color CMYK) of #a438ef color code is 0.31, 0.77, 0.00, 0.06. Web safe color of #a438ef is #9933ff. Color #a438ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 11101111
Octal 244 70 357
Decimal 164 56 239
Hex A4 38 EF

RGB Percentages of Color #a438ef

%35.73
%12.20
%52.07

CMYK Percentages of Color #a438ef

%31
%77
%0
%6

Triadic Colors of #a438ef

#a438ef #efa438 #38efa4

Analogous Colors of #a438ef

#a438ef #ef38df #4938ef

Monochromatic Colors of #a438ef

#a438ef

Complementary Color

#a438ef #83ef38

#a438ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438ef Color CSS Codes

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

#a438ef Text Font Color

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

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


#a438ef Background Color

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

This div background color is #a438ef


#a438ef Border Color

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

This div border color is #a438ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438ef


Comments

No comments written yet.

Please login to write comment.