Color Hex Logo

#af288b Color Hex

#AF288B
(175,40,139)
0 Favorites   0 Comments

Color spaces of #af288b

RGB 17540139
HSL0.880.630.42
HSV316°77°69°
CMYK 0.000.770.21   0.31
XYZ23.098212.495625.6206
Yxy12.49560.37730.2041
Hunter Lab35.349154.7764-18.2283
CIE-Lab41.993262.0499-23.4850

#af288b color RGB value is (175,40,139).

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

The process color (four color CMYK) of #af288b color hex is 0.00, 0.77, 0.21, 0.31. Web safe color of #af288b is #993399. Color #af288b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10001011
Octal 257 50 213
Decimal 175 40 139
Hex AF 28 8B

RGB Percentages of Color #af288b

%49.44
%11.30
%39.27

CMYK Percentages of Color #af288b

%0
%77
%21
%31

Triadic Colors of #af288b

#af288b #8baf28 #288baf

Analogous Colors of #af288b

#af288b #af2848 #9028af

Monochromatic Colors of #af288b

#af288b

Complementary Color

#af288b #28af4c

#af288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af288b Color CSS Codes

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

#af288b Text Font Color

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

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


#af288b Background Color

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

This div background color is #af288b


#af288b Border Color

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

This div border color is #af288b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af288b


Comments

No comments written yet.

Please login to write comment.