Color Hex Logo

#afb7fa Color Hex

#AFB7FA
(175,183,250)
0 Favorites   0 Comments

Color spaces of #afb7fa

RGB 175183250
HSL0.650.880.83
HSV234°30°98°
CMYK 0.300.270.00   0.02
XYZ51.868049.883197.3371
Yxy49.88310.26050.2506
Hunter Lab70.62807.4885-32.2719
CIE-Lab75.997512.0517-34.0487

#afb7fa color RGB value is (175,183,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 11111010
Octal 257 267 372
Decimal 175 183 250
Hex AF B7 FA

RGB Percentages of Color #afb7fa

%28.78
%30.10
%41.12

CMYK Percentages of Color #afb7fa

%30
%27
%0
%2

Triadic Colors of #afb7fa

#afb7fa #faafb7 #b7faaf

Analogous Colors of #afb7fa

#afb7fa #cdaffa #afddfa

Monochromatic Colors of #afb7fa

#afb7fa

Complementary Color

#afb7fa #faf2af

#afb7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7fa Color CSS Codes

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

#afb7fa Text Font Color

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

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


#afb7fa Background Color

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

This div background color is #afb7fa


#afb7fa Border Color

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

This div border color is #afb7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7fa


Comments

No comments written yet.

Please login to write comment.