Color Hex Logo

#afa4db Color Hex

#AFA4DB
(175,164,219)
0 Favorites   0 Comments

Color spaces of #afa4db

RGB 175164219
HSL0.700.430.75
HSV252°25°86°
CMYK 0.200.250.00   0.14
XYZ43.740840.779472.5836
Yxy40.77940.27840.2596
Hunter Lab63.858810.5129-22.6895
CIE-Lab70.021115.2480-26.3998

#afa4db color RGB value is (175,164,219).

#afa4db hex color red value is 175, green value is 164 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afa4db hue: 0.70 , saturation: 0.43 and the lightness value of afa4db is 0.75.

The process color (four color CMYK) of #afa4db color hex is 0.20, 0.25, 0.00, 0.14. Web safe color of #afa4db is #9999cc. Color #afa4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 11011011
Octal 257 244 333
Decimal 175 164 219
Hex AF A4 DB

RGB Percentages of Color #afa4db

%31.36
%29.39
%39.25

CMYK Percentages of Color #afa4db

%20
%25
%0
%14

Triadic Colors of #afa4db

#afa4db #dbafa4 #a4dbaf

Analogous Colors of #afa4db

#afa4db #cba4db #a4b5db

Monochromatic Colors of #afa4db

#afa4db

Complementary Color

#afa4db #d0dba4

#afa4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa4db Color CSS Codes

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

#afa4db Text Font Color

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

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


#afa4db Background Color

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

This div background color is #afa4db


#afa4db Border Color

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

This div border color is #afa4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa4db


Comments

No comments written yet.

Please login to write comment.