Color Hex Logo

#a48fef Color Hex

#A48FEF
(164,143,239)
0 Favorites   0 Comments

Color spaces of #a48fef

RGB 164143239
HSL0.700.750.75
HSV253°40°94°
CMYK 0.310.400.00   0.06
XYZ40.712333.769486.0337
Yxy33.76940.25360.2104
Hunter Lab58.111423.3603-47.1005
CIE-Lab64.779128.7196-45.6239

#a48fef color RGB value is (164,143,239).

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

The process color (four color CMYK) of #a48fef color hex is 0.31, 0.40, 0.00, 0.06. Web safe color of #a48fef is #9999ff. Color #a48fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001111 11101111
Octal 244 217 357
Decimal 164 143 239
Hex A4 8F EF

RGB Percentages of Color #a48fef

%30.04
%26.19
%43.77

CMYK Percentages of Color #a48fef

%31
%40
%0
%6

Triadic Colors of #a48fef

#a48fef #efa48f #8fefa4

Analogous Colors of #a48fef

#a48fef #d48fef #8faaef

Monochromatic Colors of #a48fef

#a48fef

Complementary Color

#a48fef #daef8f

#a48fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48fef Color CSS Codes

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

#a48fef Text Font Color

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

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


#a48fef Background Color

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

This div background color is #a48fef


#a48fef Border Color

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

This div border color is #a48fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48fef


Comments

No comments written yet.

Please login to write comment.