Color Hex Logo

#afa1dd Color Hex

#AFA1DD
(175,161,221)
0 Favorites   0 Comments

Color spaces of #afa1dd

RGB 175161221
HSL0.710.470.75
HSV254°27°87°
CMYK 0.210.270.00   0.13
XYZ43.475239.824273.8021
Yxy39.82420.27670.2535
Hunter Lab63.106412.5358-25.1644
CIE-Lab69.344117.3830-28.5392

#afa1dd color RGB value is (175,161,221).

#afa1dd hex color red value is 175, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afa1dd hue: 0.71 , saturation: 0.47 and the lightness value of afa1dd is 0.75.

The process color (four color CMYK) of #afa1dd color hex is 0.21, 0.27, 0.00, 0.13. Web safe color of #afa1dd is #9999cc. Color #afa1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 11011101
Octal 257 241 335
Decimal 175 161 221
Hex AF A1 DD

RGB Percentages of Color #afa1dd

%31.42
%28.90
%39.68

CMYK Percentages of Color #afa1dd

%21
%27
%0
%13

Triadic Colors of #afa1dd

#afa1dd #ddafa1 #a1ddaf

Analogous Colors of #afa1dd

#afa1dd #cda1dd #a1b1dd

Monochromatic Colors of #afa1dd

#afa1dd

Complementary Color

#afa1dd #cfdda1

#afa1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa1dd Color CSS Codes

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

#afa1dd Text Font Color

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

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


#afa1dd Background Color

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

This div background color is #afa1dd


#afa1dd Border Color

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

This div border color is #afa1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa1dd


Comments

No comments written yet.

Please login to write comment.