Color Hex Logo

#a48ecf Color Hex

#A48ECF
(164,142,207)
0 Favorites   0 Comments

Color spaces of #a48ecf

RGB 164142207
HSL0.720.400.68
HSV260°31°81°
CMYK 0.210.310.00   0.19
XYZ36.245331.743563.2483
Yxy31.74350.27620.2419
Hunter Lab56.341416.2345-27.1194
CIE-Lab63.130321.5043-30.4440

#a48ecf color RGB value is (164,142,207).

#a48ecf hex color red value is 164, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a48ecf hue: 0.72 , saturation: 0.40 and the lightness value of a48ecf is 0.68.

The process color (four color CMYK) of #a48ecf color hex is 0.21, 0.31, 0.00, 0.19. Web safe color of #a48ecf is #9999cc. Color #a48ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001110 11001111
Octal 244 216 317
Decimal 164 142 207
Hex A4 8E CF

RGB Percentages of Color #a48ecf

%31.97
%27.68
%40.35

CMYK Percentages of Color #a48ecf

%21
%31
%0
%19

Triadic Colors of #a48ecf

#a48ecf #cfa48e #8ecfa4

Analogous Colors of #a48ecf

#a48ecf #c58ecf #8e99cf

Monochromatic Colors of #a48ecf

#a48ecf

Complementary Color

#a48ecf #b9cf8e

#a48ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48ecf Color CSS Codes

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

#a48ecf Text Font Color

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

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


#a48ecf Background Color

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

This div background color is #a48ecf


#a48ecf Border Color

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

This div border color is #a48ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48ecf


Comments

No comments written yet.

Please login to write comment.