Color Hex Logo

#afabf3 Color Hex

#AFABF3
(175,171,243)
0 Favorites   0 Comments

Color spaces of #afabf3

RGB 175171243
HSL0.680.750.81
HSV243°30°95°
CMYK 0.280.300.00   0.05
XYZ48.419844.710890.8721
Yxy44.71080.26310.2430
Hunter Lab66.866112.2415-33.7697
CIE-Lab72.701116.9975-35.3685

#afabf3 color RGB value is (175,171,243).

#afabf3 hex color red value is 175, green value is 171 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #afabf3 hue: 0.68 , saturation: 0.75 and the lightness value of afabf3 is 0.81.

The process color (four color CMYK) of #afabf3 color hex is 0.28, 0.30, 0.00, 0.05. Web safe color of #afabf3 is #9999ff. Color #afabf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11110011
Octal 257 253 363
Decimal 175 171 243
Hex AF AB F3

RGB Percentages of Color #afabf3

%29.71
%29.03
%41.26

CMYK Percentages of Color #afabf3

%28
%30
%0
%5

Triadic Colors of #afabf3

#afabf3 #f3afab #abf3af

Analogous Colors of #afabf3

#afabf3 #d3abf3 #abcbf3

Monochromatic Colors of #afabf3

#afabf3

Complementary Color

#afabf3 #eff3ab

#afabf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabf3 Color CSS Codes

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

#afabf3 Text Font Color

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

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


#afabf3 Background Color

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

This div background color is #afabf3


#afabf3 Border Color

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

This div border color is #afabf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabf3


Comments

No comments written yet.

Please login to write comment.