Color Hex Logo

#af8bf7 Color Hex

#AF8BF7
(175,139,247)
0 Favorites   0 Comments

Color spaces of #af8bf7

RGB 175139247
HSL0.720.870.76
HSV260°44°97°
CMYK 0.290.440.00   0.03
XYZ43.700334.294692.3119
Yxy34.29460.25660.2014
Hunter Lab58.561630.7189-52.4670
CIE-Lab65.195735.9278-49.2980

#af8bf7 color RGB value is (175,139,247).

#af8bf7 hex color red value is 175, green value is 139 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #af8bf7 hue: 0.72 , saturation: 0.87 and the lightness value of af8bf7 is 0.76.

The process color (four color CMYK) of #af8bf7 color hex is 0.29, 0.44, 0.00, 0.03. Web safe color of #af8bf7 is #9999ff. Color #af8bf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 11110111
Octal 257 213 367
Decimal 175 139 247
Hex AF 8B F7

RGB Percentages of Color #af8bf7

%31.19
%24.78
%44.03

CMYK Percentages of Color #af8bf7

%29
%44
%0
%3

Triadic Colors of #af8bf7

#af8bf7 #f7af8b #8bf7af

Analogous Colors of #af8bf7

#af8bf7 #e58bf7 #8b9df7

Monochromatic Colors of #af8bf7

#af8bf7

Complementary Color

#af8bf7 #d3f78b

#af8bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8bf7 Color CSS Codes

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

#af8bf7 Text Font Color

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

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


#af8bf7 Background Color

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

This div background color is #af8bf7


#af8bf7 Border Color

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

This div border color is #af8bf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8bf7


Comments

No comments written yet.

Please login to write comment.