Color Hex Logo

#a17edc Color Hex

#A17EDC
(161,126,220)
0 Favorites   0 Comments

Color spaces of #a17edc

RGB 161126220
HSL0.730.570.68
HSV262°43°86°
CMYK 0.270.430.00   0.14
XYZ35.077127.666171.2015
Yxy27.66610.26190.2065
Hunter Lab52.598626.9911-43.4405
CIE-Lab59.585932.8441-43.2755

#a17edc color RGB value is (161,126,220).

#a17edc hex color red value is 161, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a17edc hue: 0.73 , saturation: 0.57 and the lightness value of a17edc is 0.68.

The process color (four color CMYK) of #a17edc color hex is 0.27, 0.43, 0.00, 0.14. Web safe color of #a17edc is #9966cc. Color #a17edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111110 11011100
Octal 241 176 334
Decimal 161 126 220
Hex A1 7E DC

RGB Percentages of Color #a17edc

%31.76
%24.85
%43.39

CMYK Percentages of Color #a17edc

%27
%43
%0
%14

Triadic Colors of #a17edc

#a17edc #dca17e #7edca1

Analogous Colors of #a17edc

#a17edc #d07edc #7e8adc

Monochromatic Colors of #a17edc

#a17edc

Complementary Color

#a17edc #b9dc7e

#a17edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17edc Color CSS Codes

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

#a17edc Text Font Color

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

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


#a17edc Background Color

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

This div background color is #a17edc


#a17edc Border Color

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

This div border color is #a17edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17edc


Comments

No comments written yet.

Please login to write comment.