Color Hex Logo

#af7abb Color Hex

#AF7ABB
(175,122,187)
0 Favorites   0 Comments

Color spaces of #af7abb

RGB 175122187
HSL0.800.320.61
HSV289°35°73°
CMYK 0.060.350.00   0.27
XYZ33.608426.620950.3807
Yxy26.62090.30380.2407
Hunter Lab51.595425.9798-21.7773
CIE-Lab58.621831.9226-26.0326

#af7abb color RGB value is (175,122,187).

#af7abb hex color red value is 175, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af7abb hue: 0.80 , saturation: 0.32 and the lightness value of af7abb is 0.61.

The process color (four color CMYK) of #af7abb color hex is 0.06, 0.35, 0.00, 0.27. Web safe color of #af7abb is #9966cc. Color #af7abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111010 10111011
Octal 257 172 273
Decimal 175 122 187
Hex AF 7A BB

RGB Percentages of Color #af7abb

%36.16
%25.21
%38.64

CMYK Percentages of Color #af7abb

%6
%35
%0
%27

Triadic Colors of #af7abb

#af7abb #bbaf7a #7abbaf

Analogous Colors of #af7abb

#af7abb #bb7aa7 #8f7abb

Monochromatic Colors of #af7abb

#af7abb

Complementary Color

#af7abb #86bb7a

#af7abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7abb Color CSS Codes

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

#af7abb Text Font Color

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

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


#af7abb Background Color

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

This div background color is #af7abb


#af7abb Border Color

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

This div border color is #af7abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7abb


Comments

No comments written yet.

Please login to write comment.