Color Hex Logo

#a407ee Color Hex

#A407EE
(164,7,238)
0 Favorites   0 Comments

Color spaces of #a407ee

RGB 1647238
HSL0.780.940.48
HSV281°97°93°
CMYK 0.310.970.00   0.07
XYZ30.818414.217582.0089
Yxy14.21750.24260.1119
Hunter Lab37.706179.9081-102.5585
CIE-Lab44.543382.5381-77.5839

#a407ee color RGB value is (164,7,238).

#a407ee hex color red value is 164, green value is 7 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a407ee hue: 0.78 , saturation: 0.94 and the lightness value of a407ee is 0.48.

The process color (four color CMYK) of #a407ee color hex is 0.31, 0.97, 0.00, 0.07. Web safe color of #a407ee is #9900ff. Color #a407ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000111 11101110
Octal 244 7 356
Decimal 164 7 238
Hex A4 7 EE

RGB Percentages of Color #a407ee

%40.10
%1.71
%58.19

CMYK Percentages of Color #a407ee

%31
%97
%0
%7

Triadic Colors of #a407ee

#a407ee #eea407 #07eea4

Analogous Colors of #a407ee

#a407ee #ee07c5 #3007ee

Monochromatic Colors of #a407ee

#a407ee

Complementary Color

#a407ee #51ee07

#a407ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a407ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a407ee Color CSS Codes

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

#a407ee Text Font Color

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

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


#a407ee Background Color

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

This div background color is #a407ee


#a407ee Border Color

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

This div border color is #a407ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a407ee


Comments

No comments written yet.

Please login to write comment.