Color Hex Logo

#afafe7 Color Hex

#AFAFE7
(175,175,231)
0 Favorites   0 Comments

Color spaces of #afafe7

RGB 175175231
HSL0.670.540.80
HSV240°24°91°
CMYK 0.240.240.00   0.09
XYZ47.433045.543481.8921
Yxy45.54340.27120.2604
Hunter Lab67.48597.3600-24.7066
CIE-Lab73.248311.9074-28.0061

#afafe7 color RGB value is (175,175,231).

#afafe7 hex color red value is 175, green value is 175 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #afafe7 hue: 0.67 , saturation: 0.54 and the lightness value of afafe7 is 0.80.

The process color (four color CMYK) of #afafe7 color hex is 0.24, 0.24, 0.00, 0.09. Web safe color of #afafe7 is #9999ff. Color #afafe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11100111
Octal 257 257 347
Decimal 175 175 231
Hex AF AF E7

RGB Percentages of Color #afafe7

%30.12
%30.12
%39.76

CMYK Percentages of Color #afafe7

%24
%24
%0
%9

Triadic Colors of #afafe7

#afafe7 #e7afaf #afe7af

Analogous Colors of #afafe7

#afafe7 #cbafe7 #afcbe7

Monochromatic Colors of #afafe7

#afafe7

Complementary Color

#afafe7 #e7e7af

#afafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafe7 Color CSS Codes

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

#afafe7 Text Font Color

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

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


#afafe7 Background Color

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

This div background color is #afafe7


#afafe7 Border Color

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

This div border color is #afafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafe7


Comments

No comments written yet.

Please login to write comment.