Color Hex Logo

#afa7da Color Hex

#AFA7DA
(175,167,218)
0 Favorites   0 Comments

Color spaces of #afa7da

RGB 175167218
HSL0.690.410.75
HSV249°23°85°
CMYK 0.200.230.00   0.15
XYZ44.152841.813372.0733
Yxy41.81330.27940.2646
Hunter Lab64.66328.7213-20.8201
CIE-Lab70.742013.3488-24.7464

#afa7da color RGB value is (175,167,218).

#afa7da hex color red value is 175, green value is 167 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afa7da hue: 0.69 , saturation: 0.41 and the lightness value of afa7da is 0.75.

The process color (four color CMYK) of #afa7da color hex is 0.20, 0.23, 0.00, 0.15. Web safe color of #afa7da is #9999cc. Color #afa7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 11011010
Octal 257 247 332
Decimal 175 167 218
Hex AF A7 DA

RGB Percentages of Color #afa7da

%31.25
%29.82
%38.93

CMYK Percentages of Color #afa7da

%20
%23
%0
%15

Triadic Colors of #afa7da

#afa7da #daafa7 #a7daaf

Analogous Colors of #afa7da

#afa7da #c9a7da #a7b9da

Monochromatic Colors of #afa7da

#afa7da

Complementary Color

#afa7da #d2daa7

#afa7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa7da Color CSS Codes

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

#afa7da Text Font Color

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

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


#afa7da Background Color

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

This div background color is #afa7da


#afa7da Border Color

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

This div border color is #afa7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa7da


Comments

No comments written yet.

Please login to write comment.