Color Hex Logo

#af148b Color Hex

#AF148B
(175,20,139)
0 Favorites   0 Comments

Color spaces of #af148b

RGB 17520139
HSL0.870.790.38
HSV314°89°69°
CMYK 0.000.890.21   0.31
XYZ22.589611.478425.4510
Yxy11.47840.37950.1929
Hunter Lab33.879859.7266-20.8237
CIE-Lab40.374866.7186-26.0023

#af148b color RGB value is (175,20,139).

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

The process color (four color CMYK) of #af148b color hex is 0.00, 0.89, 0.21, 0.31. Web safe color of #af148b is #990099. Color #af148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 10001011
Octal 257 24 213
Decimal 175 20 139
Hex AF 14 8B

RGB Percentages of Color #af148b

%52.40
%5.99
%41.62

CMYK Percentages of Color #af148b

%0
%89
%21
%31

Triadic Colors of #af148b

#af148b #8baf14 #148baf

Analogous Colors of #af148b

#af148b #af143e #8614af

Monochromatic Colors of #af148b

#af148b

Complementary Color

#af148b #14af38

#af148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af148b Color CSS Codes

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

#af148b Text Font Color

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

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


#af148b Background Color

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

This div background color is #af148b


#af148b Border Color

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

This div border color is #af148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af148b


Comments

No comments written yet.

Please login to write comment.