Color Hex Logo

#af3998 Color Hex

#AF3998
(175,57,152)
0 Favorites   0 Comments

Color spaces of #af3998

RGB 17557152
HSL0.870.510.45
HSV312°67°69°
CMYK 0.000.670.13   0.31
XYZ24.809814.307231.1597
Yxy14.30720.35300.2036
Hunter Lab37.824950.8869-22.3650
CIE-Lab44.670358.0347-27.1937

#af3998 color RGB value is (175,57,152).

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

The process color (four color CMYK) of #af3998 color hex is 0.00, 0.67, 0.13, 0.31. Web safe color of #af3998 is #993399. Color #af3998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 10011000
Octal 257 71 230
Decimal 175 57 152
Hex AF 39 98

RGB Percentages of Color #af3998

%45.57
%14.84
%39.58

CMYK Percentages of Color #af3998

%0
%67
%13
%31

Triadic Colors of #af3998

#af3998 #98af39 #3998af

Analogous Colors of #af3998

#af3998 #af395d #8b39af

Monochromatic Colors of #af3998

#af3998

Complementary Color

#af3998 #39af50

#af3998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3998 Color CSS Codes

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

#af3998 Text Font Color

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

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


#af3998 Background Color

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

This div background color is #af3998


#af3998 Border Color

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

This div border color is #af3998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3998


Comments

No comments written yet.

Please login to write comment.