Color Hex Logo

#afa5dd Color Hex

#AFA5DD
(175,165,221)
0 Favorites   0 Comments

Color spaces of #afa5dd

RGB 175165221
HSL0.700.450.76
HSV251°25°87°
CMYK 0.210.250.00   0.13
XYZ44.185541.244774.0388
Yxy41.24470.27710.2586
Hunter Lab64.222010.4215-23.3974
CIE-Lab70.347015.1469-26.9977

#afa5dd color RGB value is (175,165,221).

#afa5dd hex color red value is 175, green value is 165 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afa5dd hue: 0.70 , saturation: 0.45 and the lightness value of afa5dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 11011101
Octal 257 245 335
Decimal 175 165 221
Hex AF A5 DD

RGB Percentages of Color #afa5dd

%31.19
%29.41
%39.39

CMYK Percentages of Color #afa5dd

%21
%25
%0
%13

Triadic Colors of #afa5dd

#afa5dd #ddafa5 #a5ddaf

Analogous Colors of #afa5dd

#afa5dd #cba5dd #a5b7dd

Monochromatic Colors of #afa5dd

#afa5dd

Complementary Color

#afa5dd #d3dda5

#afa5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa5dd Color CSS Codes

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

#afa5dd Text Font Color

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

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


#afa5dd Background Color

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

This div background color is #afa5dd


#afa5dd Border Color

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

This div border color is #afa5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa5dd


Comments

No comments written yet.

Please login to write comment.