Color Hex Logo

#af283b Color Hex

#AF283B
(175,40,59)
0 Favorites   0 Comments

Color spaces of #af283b

RGB 1754059
HSL0.980.630.42
HSV352°77°69°
CMYK 0.000.770.66   0.31
XYZ19.227410.94735.2373
Yxy10.94730.54300.3091
Hunter Lab33.086745.828513.7757
CIE-Lab39.491654.327522.9397

#af283b color RGB value is (175,40,59).

#af283b hex color red value is 175, green value is 40 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #af283b hue: 0.98 , saturation: 0.63 and the lightness value of af283b is 0.42.

The process color (four color CMYK) of #af283b color hex is 0.00, 0.77, 0.66, 0.31. Web safe color of #af283b is #993333. Color #af283b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 00111011
Octal 257 50 73
Decimal 175 40 59
Hex AF 28 3B

RGB Percentages of Color #af283b

%63.87
%14.60
%21.53

CMYK Percentages of Color #af283b

%0
%77
%66
%31

Triadic Colors of #af283b

#af283b #3baf28 #283baf

Analogous Colors of #af283b

#af283b #af5928 #af287f

Monochromatic Colors of #af283b

#af283b

Complementary Color

#af283b #28af9c

#af283b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af283b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af283b Color CSS Codes

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

#af283b Text Font Color

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

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


#af283b Background Color

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

This div background color is #af283b


#af283b Border Color

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

This div border color is #af283b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af283b


Comments

No comments written yet.

Please login to write comment.