Color Hex Logo

#a48fed Color Hex

#A48FED
(164,143,237)
0 Favorites   0 Comments

Color spaces of #a48fed

RGB 164143237
HSL0.700.720.75
HSV253°40°93°
CMYK 0.310.400.00   0.07
XYZ40.418433.651984.4859
Yxy33.65190.25490.2122
Hunter Lab58.010322.8512-45.7425
CIE-Lab64.685328.2148-44.6701

#a48fed color RGB value is (164,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001111 11101101
Octal 244 217 355
Decimal 164 143 237
Hex A4 8F ED

RGB Percentages of Color #a48fed

%30.15
%26.29
%43.57

CMYK Percentages of Color #a48fed

%31
%40
%0
%7

Triadic Colors of #a48fed

#a48fed #eda48f #8feda4

Analogous Colors of #a48fed

#a48fed #d38fed #8fa9ed

Monochromatic Colors of #a48fed

#a48fed

Complementary Color

#a48fed #d8ed8f

#a48fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48fed Color CSS Codes

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

#a48fed Text Font Color

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

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


#a48fed Background Color

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

This div background color is #a48fed


#a48fed Border Color

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

This div border color is #a48fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48fed


Comments

No comments written yet.

Please login to write comment.