Color Hex Logo

#afb4fa Color Hex

#AFB4FA
(175,180,250)
0 Favorites   0 Comments

Color spaces of #afb4fa

RGB 175180250
HSL0.660.880.83
HSV236°30°98°
CMYK 0.300.280.00   0.02
XYZ51.255848.658697.1331
Yxy48.65860.26010.2469
Hunter Lab69.75579.0875-33.7308
CIE-Lab75.238413.7094-35.2226

#afb4fa color RGB value is (175,180,250).

#afb4fa hex color red value is 175, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afb4fa hue: 0.66 , saturation: 0.88 and the lightness value of afb4fa is 0.83.

The process color (four color CMYK) of #afb4fa color hex is 0.30, 0.28, 0.00, 0.02. Web safe color of #afb4fa is #99ccff. Color #afb4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 11111010
Octal 257 264 372
Decimal 175 180 250
Hex AF B4 FA

RGB Percentages of Color #afb4fa

%28.93
%29.75
%41.32

CMYK Percentages of Color #afb4fa

%30
%28
%0
%2

Triadic Colors of #afb4fa

#afb4fa #faafb4 #b4faaf

Analogous Colors of #afb4fa

#afb4fa #d0affa #afdafa

Monochromatic Colors of #afb4fa

#afb4fa

Complementary Color

#afb4fa #faf5af

#afb4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb4fa Color CSS Codes

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

#afb4fa Text Font Color

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

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


#afb4fa Background Color

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

This div background color is #afb4fa


#afb4fa Border Color

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

This div border color is #afb4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb4fa


Comments

No comments written yet.

Please login to write comment.