Color Hex Logo

#a45fef Color Hex

#A45FEF
(164,95,239)
0 Favorites   0 Comments

Color spaces of #a45fef

RGB 16495239
HSL0.750.820.65
HSV269°60°94°
CMYK 0.310.600.00   0.06
XYZ34.982022.308984.1237
Yxy22.30890.24740.1578
Hunter Lab47.232349.5472-72.5366
CIE-Lab54.353255.0742-62.2211

#a45fef color RGB value is (164,95,239).

#a45fef hex color red value is 164, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a45fef hue: 0.75 , saturation: 0.82 and the lightness value of a45fef is 0.65.

The process color (four color CMYK) of #a45fef color hex is 0.31, 0.60, 0.00, 0.06. Web safe color of #a45fef is #9966ff. Color #a45fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 11101111
Octal 244 137 357
Decimal 164 95 239
Hex A4 5F EF

RGB Percentages of Color #a45fef

%32.93
%19.08
%47.99

CMYK Percentages of Color #a45fef

%31
%60
%0
%6

Triadic Colors of #a45fef

#a45fef #efa45f #5fefa4

Analogous Colors of #a45fef

#a45fef #ec5fef #5f62ef

Monochromatic Colors of #a45fef

#a45fef

Complementary Color

#a45fef #aaef5f

#a45fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fef Color CSS Codes

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

#a45fef Text Font Color

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

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


#a45fef Background Color

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

This div background color is #a45fef


#a45fef Border Color

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

This div border color is #a45fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fef


Comments

No comments written yet.

Please login to write comment.