Color Hex Logo

#af2561 Color Hex

#AF2561
(175,37,97)
0 Favorites   0 Comments

Color spaces of #af2561

RGB 1753797
HSL0.930.650.42
HSV334°79°69°
CMYK 0.000.790.45   0.31
XYZ20.498411.300212.4100
Yxy11.30020.46370.2556
Hunter Lab33.615850.01911.6428
CIE-Lab40.081658.1144-0.2769

#af2561 color RGB value is (175,37,97).

#af2561 hex color red value is 175, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #af2561 hue: 0.93 , saturation: 0.65 and the lightness value of af2561 is 0.42.

The process color (four color CMYK) of #af2561 color hex is 0.00, 0.79, 0.45, 0.31. Web safe color of #af2561 is #993366. Color #af2561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 01100001
Octal 257 45 141
Decimal 175 37 97
Hex AF 25 61

RGB Percentages of Color #af2561

%56.63
%11.97
%31.39

CMYK Percentages of Color #af2561

%0
%79
%45
%31

Triadic Colors of #af2561

#af2561 #61af25 #2561af

Analogous Colors of #af2561

#af2561 #af2e25 #af25a6

Monochromatic Colors of #af2561

#af2561

Complementary Color

#af2561 #25af73

#af2561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2561 Color CSS Codes

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

#af2561 Text Font Color

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

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


#af2561 Background Color

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

This div background color is #af2561


#af2561 Border Color

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

This div border color is #af2561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2561


Comments

No comments written yet.

Please login to write comment.