Color Hex Logo

#af4abb Color Hex

#AF4ABB
(175,74,187)
0 Favorites   0 Comments

Color spaces of #af4abb

RGB 17574187
HSL0.820.450.51
HSV294°60°73°
CMYK 0.060.600.00   0.27
XYZ29.097617.599448.8771
Yxy17.59940.30450.1841
Hunter Lab41.951650.3920-39.7116
CIE-Lab49.006656.7835-41.0561

#af4abb color RGB value is (175,74,187).

#af4abb hex color red value is 175, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af4abb hue: 0.82 , saturation: 0.45 and the lightness value of af4abb is 0.51.

The process color (four color CMYK) of #af4abb color hex is 0.06, 0.60, 0.00, 0.27. Web safe color of #af4abb is #9933cc. Color #af4abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001010 10111011
Octal 257 112 273
Decimal 175 74 187
Hex AF 4A BB

RGB Percentages of Color #af4abb

%40.14
%16.97
%42.89

CMYK Percentages of Color #af4abb

%6
%60
%0
%27

Triadic Colors of #af4abb

#af4abb #bbaf4a #4abbaf

Analogous Colors of #af4abb

#af4abb #bb4a8f #774abb

Monochromatic Colors of #af4abb

#af4abb

Complementary Color

#af4abb #56bb4a

#af4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4abb Color CSS Codes

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

#af4abb Text Font Color

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

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


#af4abb Background Color

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

This div background color is #af4abb


#af4abb Border Color

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

This div border color is #af4abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,74,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 #af4abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4abb


Comments

No comments written yet.

Please login to write comment.