Color Hex Logo

#af0598 Color Hex

#AF0598
(175,5,152)
0 Favorites   0 Comments

Color spaces of #af0598

RGB 1755152
HSL0.860.940.35
HSV308°97°69°
CMYK 0.000.970.13   0.31
XYZ23.401011.489530.6901
Yxy11.48950.35680.1752
Hunter Lab33.896263.9133-29.9547
CIE-Lab40.393070.3049-33.9029

#af0598 color RGB value is (175,5,152).

#af0598 hex color red value is 175, green value is 5 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #af0598 hue: 0.86 , saturation: 0.94 and the lightness value of af0598 is 0.35.

The process color (four color CMYK) of #af0598 color hex is 0.00, 0.97, 0.13, 0.31. Web safe color of #af0598 is #990099. Color #af0598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 10011000
Octal 257 5 230
Decimal 175 5 152
Hex AF 5 98

RGB Percentages of Color #af0598

%52.71
%1.51
%45.78

CMYK Percentages of Color #af0598

%0
%97
%13
%31

Triadic Colors of #af0598

#af0598 #98af05 #0598af

Analogous Colors of #af0598

#af0598 #af0543 #7105af

Monochromatic Colors of #af0598

#af0598

Complementary Color

#af0598 #05af1c

#af0598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0598 Color CSS Codes

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

#af0598 Text Font Color

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

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


#af0598 Background Color

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

This div background color is #af0598


#af0598 Border Color

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

This div border color is #af0598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0598


Comments

No comments written yet.

Please login to write comment.