color codes Logo

#a48edc color codes

#A48EDC
(164,142,220)
0 Favorites   0 Comments

Color spaces of #a48edc

RGB 164142220
HSL0.710.530.71
HSV257°35°86°
CMYK 0.250.350.00   0.14
XYZ37.901132.405871.9675
Yxy32.40580.26640.2278
Hunter Lab56.926119.2237-35.1078
CIE-Lab63.676924.5878-36.8424

#a48edc color RGB value is (164,142,220).

#a48edc hex color red value is 164, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a48edc hue: 0.71 , saturation: 0.53 and the lightness value of a48edc is 0.71.

The process color (four color CMYK) of #a48edc color code is 0.25, 0.35, 0.00, 0.14. Web safe color of #a48edc is #9999cc. Color #a48edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001110 11011100
Octal 244 216 334
Decimal 164 142 220
Hex A4 8E DC

RGB Percentages of Color #a48edc

%31.18
%27.00
%41.83

CMYK Percentages of Color #a48edc

%25
%35
%0
%14

Triadic Colors of #a48edc

#a48edc #dca48e #8edca4

Analogous Colors of #a48edc

#a48edc #cb8edc #8e9fdc

Monochromatic Colors of #a48edc

#a48edc

Complementary Color

#a48edc #c6dc8e

#a48edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48edc Color CSS Codes

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

#a48edc Text Font Color

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

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


#a48edc Background Color

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

This div background color is #a48edc


#a48edc Border Color

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

This div border color is #a48edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48edc


Comments

No comments written yet.

Please login to write comment.