Color Hex Logo

#af0058 Color Hex

#AF0058
(175,0,88)
0 Favorites   0 Comments

Color spaces of #af0058

RGB 175088
HSL0.921.000.34
HSV330°100°69°
CMYK 0.001.000.50   0.31
XYZ19.44069.818510.1031
Yxy9.81850.49390.2494
Hunter Lab31.334555.91002.8174
CIE-Lab37.514763.92941.7223

#af0058 color RGB value is (175,0,88).

#af0058 hex color red value is 175, green value is 0 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #af0058 hue: 0.92 , saturation: 1.00 and the lightness value of af0058 is 0.34.

The process color (four color CMYK) of #af0058 color hex is 0.00, 1.00, 0.50, 0.31. Web safe color of #af0058 is #990066. Color #af0058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01011000
Octal 257 0 130
Decimal 175 0 88
Hex AF 0 58

RGB Percentages of Color #af0058

%66.54
%0.00
%33.46

CMYK Percentages of Color #af0058

%0
%100
%50
%31

Triadic Colors of #af0058

#af0058 #58af00 #0058af

Analogous Colors of #af0058

#af0058 #af0000 #af00af

Monochromatic Colors of #af0058

#af0058

Complementary Color

#af0058 #00af57

#af0058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0058 Color CSS Codes

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

#af0058 Text Font Color

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

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


#af0058 Background Color

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

This div background color is #af0058


#af0058 Border Color

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

This div border color is #af0058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0058


Comments

No comments written yet.

Please login to write comment.