Color Hex Logo

#af90df Color Hex

#AF90DF
(175,144,223)
0 Favorites   0 Comments

Color spaces of #af90df

RGB 175144223
HSL0.730.550.72
HSV264°35°87°
CMYK 0.220.350.00   0.13
XYZ40.971734.388274.2902
Yxy34.38820.27380.2298
Hunter Lab58.641522.0921-34.0628
CIE-Lab65.269527.4045-35.9508

#af90df color RGB value is (175,144,223).

#af90df hex color red value is 175, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af90df hue: 0.73 , saturation: 0.55 and the lightness value of af90df is 0.72.

The process color (four color CMYK) of #af90df color hex is 0.22, 0.35, 0.00, 0.13. Web safe color of #af90df is #9999cc. Color #af90df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 11011111
Octal 257 220 337
Decimal 175 144 223
Hex AF 90 DF

RGB Percentages of Color #af90df

%32.29
%26.57
%41.14

CMYK Percentages of Color #af90df

%22
%35
%0
%13

Triadic Colors of #af90df

#af90df #dfaf90 #90dfaf

Analogous Colors of #af90df

#af90df #d790df #9099df

Monochromatic Colors of #af90df

#af90df

Complementary Color

#af90df #c0df90

#af90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90df Color CSS Codes

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

#af90df Text Font Color

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

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


#af90df Background Color

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

This div background color is #af90df


#af90df Border Color

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

This div border color is #af90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90df


Comments

No comments written yet.

Please login to write comment.