Color Hex Logo

#af275c Color Hex

#AF275C
(175,39,92)
0 Favorites   0 Comments

Color spaces of #af275c

RGB 1753992
HSL0.940.640.42
HSV337°78°69°
CMYK 0.000.780.47   0.31
XYZ20.336511.337711.2418
Yxy11.33770.47390.2642
Hunter Lab33.671548.88313.7751
CIE-Lab40.143557.05582.9735

#af275c color RGB value is (175,39,92).

#af275c hex color red value is 175, green value is 39 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af275c hue: 0.94 , saturation: 0.64 and the lightness value of af275c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 01011100
Octal 257 47 134
Decimal 175 39 92
Hex AF 27 5C

RGB Percentages of Color #af275c

%57.19
%12.75
%30.07

CMYK Percentages of Color #af275c

%0
%78
%47
%31

Triadic Colors of #af275c

#af275c #5caf27 #275caf

Analogous Colors of #af275c

#af275c #af3627 #af27a0

Monochromatic Colors of #af275c

#af275c

Complementary Color

#af275c #27af7a

#af275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af275c Color CSS Codes

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

#af275c Text Font Color

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

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


#af275c Background Color

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

This div background color is #af275c


#af275c Border Color

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

This div border color is #af275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af275c


Comments

No comments written yet.

Please login to write comment.