Color Hex Logo

#a17cde Color Hex

#A17CDE
(161,124,222)
0 Favorites   0 Comments

Color spaces of #a17cde

RGB 161124222
HSL0.730.600.68
HSV263°44°87°
CMYK 0.270.440.00   0.13
XYZ35.090427.266372.5207
Yxy27.26630.26020.2022
Hunter Lab52.217128.5736-45.7917
CIE-Lab59.220034.4664-44.9719

#a17cde color RGB value is (161,124,222).

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

The process color (four color CMYK) of #a17cde color hex is 0.27, 0.44, 0.00, 0.13. Web safe color of #a17cde is #9966cc. Color #a17cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111100 11011110
Octal 241 174 336
Decimal 161 124 222
Hex A1 7C DE

RGB Percentages of Color #a17cde

%31.76
%24.46
%43.79

CMYK Percentages of Color #a17cde

%27
%44
%0
%13

Triadic Colors of #a17cde

#a17cde #dea17c #7cdea1

Analogous Colors of #a17cde

#a17cde #d27cde #7c88de

Monochromatic Colors of #a17cde

#a17cde

Complementary Color

#a17cde #b9de7c

#a17cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17cde Color CSS Codes

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

#a17cde Text Font Color

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

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


#a17cde Background Color

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

This div background color is #a17cde


#a17cde Border Color

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

This div border color is #a17cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,124,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17cde


Comments

No comments written yet.

Please login to write comment.