Color Hex Logo

#af2965 Color Hex

#AF2965
(175,41,101)
0 Favorites   0 Comments

Color spaces of #af2965

RGB 17541101
HSL0.930.620.42
HSV333°77°69°
CMYK 0.000.770.42   0.31
XYZ20.821111.639413.4612
Yxy11.63940.45340.2535
Hunter Lab34.116649.23330.4878
CIE-Lab40.637257.2848-1.9830

#af2965 color RGB value is (175,41,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 01100101
Octal 257 51 145
Decimal 175 41 101
Hex AF 29 65

RGB Percentages of Color #af2965

%55.21
%12.93
%31.86

CMYK Percentages of Color #af2965

%0
%77
%42
%31

Triadic Colors of #af2965

#af2965 #65af29 #2965af

Analogous Colors of #af2965

#af2965 #af3029 #af29a8

Monochromatic Colors of #af2965

#af2965

Complementary Color

#af2965 #29af73

#af2965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2965 Color CSS Codes

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

#af2965 Text Font Color

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

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


#af2965 Background Color

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

This div background color is #af2965


#af2965 Border Color

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

This div border color is #af2965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2965


Comments

No comments written yet.

Please login to write comment.