Color Hex Logo

#af2969 Color Hex

#AF2969
(175,41,105)
0 Favorites   0 Comments

Color spaces of #af2969

RGB 17541105
HSL0.920.620.42
HSV331°77°69°
CMYK 0.000.770.40   0.31
XYZ21.021911.719814.5188
Yxy11.71980.44480.2480
Hunter Lab34.234249.7001-1.1811
CIE-Lab40.767357.6898-4.3025

#af2969 color RGB value is (175,41,105).

#af2969 hex color red value is 175, green value is 41 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #af2969 hue: 0.92 , saturation: 0.62 and the lightness value of af2969 is 0.42.

The process color (four color CMYK) of #af2969 color hex is 0.00, 0.77, 0.40, 0.31. Web safe color of #af2969 is #993366. Color #af2969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 01101001
Octal 257 51 151
Decimal 175 41 105
Hex AF 29 69

RGB Percentages of Color #af2969

%54.52
%12.77
%32.71

CMYK Percentages of Color #af2969

%0
%77
%40
%31

Triadic Colors of #af2969

#af2969 #69af29 #2969af

Analogous Colors of #af2969

#af2969 #af2c29 #af29ac

Monochromatic Colors of #af2969

#af2969

Complementary Color

#af2969 #29af6f

#af2969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2969 Color CSS Codes

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

#af2969 Text Font Color

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

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


#af2969 Background Color

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

This div background color is #af2969


#af2969 Border Color

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

This div border color is #af2969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2969


Comments

No comments written yet.

Please login to write comment.