Color Hex Logo

#af285d Color Hex

#AF285D
(175,40,93)
0 Favorites   0 Comments

Color spaces of #af285d

RGB 1754093
HSL0.930.630.42
HSV336°77°69°
CMYK 0.000.770.47   0.31
XYZ20.413811.421911.4846
Yxy11.42190.47120.2637
Hunter Lab33.796348.67493.5096
CIE-Lab40.282256.83672.5418

#af285d color RGB value is (175,40,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01011101
Octal 257 50 135
Decimal 175 40 93
Hex AF 28 5D

RGB Percentages of Color #af285d

%56.82
%12.99
%30.19

CMYK Percentages of Color #af285d

%0
%77
%47
%31

Triadic Colors of #af285d

#af285d #5daf28 #285daf

Analogous Colors of #af285d

#af285d #af3628 #af28a1

Monochromatic Colors of #af285d

#af285d

Complementary Color

#af285d #28af7a

#af285d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af285d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af285d Color CSS Codes

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

#af285d Text Font Color

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

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


#af285d Background Color

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

This div background color is #af285d


#af285d Border Color

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

This div border color is #af285d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af285d


Comments

No comments written yet.

Please login to write comment.