Color Hex Logo

#a97ced Color Hex

#A97CED
(169,124,237)
0 Favorites   0 Comments

Color spaces of #a97ced

RGB 169124237
HSL0.730.760.71
HSV264°48°93°
CMYK 0.290.480.00   0.07
XYZ38.855928.964783.6636
Yxy28.96470.25650.1912
Hunter Lab53.818934.6896-54.4955
CIE-Lab60.750540.2664-50.8562

#a97ced color RGB value is (169,124,237).

#a97ced hex color red value is 169, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a97ced hue: 0.73 , saturation: 0.76 and the lightness value of a97ced is 0.71.

The process color (four color CMYK) of #a97ced color hex is 0.29, 0.48, 0.00, 0.07. Web safe color of #a97ced is #9966ff. Color #a97ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111100 11101101
Octal 251 174 355
Decimal 169 124 237
Hex A9 7C ED

RGB Percentages of Color #a97ced

%31.89
%23.40
%44.72

CMYK Percentages of Color #a97ced

%29
%48
%0
%7

Triadic Colors of #a97ced

#a97ced #eda97c #7ceda9

Analogous Colors of #a97ced

#a97ced #e27ced #7c88ed

Monochromatic Colors of #a97ced

#a97ced

Complementary Color

#a97ced #c0ed7c

#a97ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ced Color CSS Codes

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

#a97ced Text Font Color

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

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


#a97ced Background Color

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

This div background color is #a97ced


#a97ced Border Color

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

This div border color is #a97ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ced


Comments

No comments written yet.

Please login to write comment.