Color Hex Logo

#af8bb5 Color Hex

#AF8BB5
(175,139,181)
0 Favorites   0 Comments

Color spaces of #af8bb5

RGB 175139181
HSL0.810.220.63
HSV291°23°71°
CMYK 0.030.230.00   0.29
XYZ35.252330.915447.8253
Yxy30.91540.30920.2712
Hunter Lab55.601615.8690-12.0767
CIE-Lab62.436221.1545-16.7952

#af8bb5 color RGB value is (175,139,181).

#af8bb5 hex color red value is 175, green value is 139 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #af8bb5 hue: 0.81 , saturation: 0.22 and the lightness value of af8bb5 is 0.63.

The process color (four color CMYK) of #af8bb5 color hex is 0.03, 0.23, 0.00, 0.29. Web safe color of #af8bb5 is #9999cc. Color #af8bb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 10110101
Octal 257 213 265
Decimal 175 139 181
Hex AF 8B B5

RGB Percentages of Color #af8bb5

%35.35
%28.08
%36.57

CMYK Percentages of Color #af8bb5

%3
%23
%0
%29

Triadic Colors of #af8bb5

#af8bb5 #b5af8b #8bb5af

Analogous Colors of #af8bb5

#af8bb5 #b58ba6 #9a8bb5

Monochromatic Colors of #af8bb5

#af8bb5

Complementary Color

#af8bb5 #91b58b

#af8bb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8bb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8bb5 Color CSS Codes

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

#af8bb5 Text Font Color

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

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


#af8bb5 Background Color

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

This div background color is #af8bb5


#af8bb5 Border Color

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

This div border color is #af8bb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8bb5


Comments

No comments written yet.

Please login to write comment.