Color Hex Logo

#af376c Color Hex

#AF376C
(175,55,108)
0 Favorites   0 Comments

Color spaces of #af376c

RGB 17555108
HSL0.930.520.45
HSV334°69°69°
CMYK 0.000.690.38   0.31
XYZ21.752212.929015.5364
Yxy12.92900.43320.2575
Hunter Lab35.956945.0593-0.4484
CIE-Lab42.656153.0102-3.3794

#af376c color RGB value is (175,55,108).

#af376c hex color red value is 175, green value is 55 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af376c hue: 0.93 , saturation: 0.52 and the lightness value of af376c is 0.45.

The process color (four color CMYK) of #af376c color hex is 0.00, 0.69, 0.38, 0.31. Web safe color of #af376c is #993366. Color #af376c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01101100
Octal 257 67 154
Decimal 175 55 108
Hex AF 37 6C

RGB Percentages of Color #af376c

%51.78
%16.27
%31.95

CMYK Percentages of Color #af376c

%0
%69
%38
%31

Triadic Colors of #af376c

#af376c #6caf37 #376caf

Analogous Colors of #af376c

#af376c #af3e37 #af37a8

Monochromatic Colors of #af376c

#af376c

Complementary Color

#af376c #37af7a

#af376c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af376c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af376c Color CSS Codes

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

#af376c Text Font Color

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

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


#af376c Background Color

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

This div background color is #af376c


#af376c Border Color

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

This div border color is #af376c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af376c


Comments

No comments written yet.

Please login to write comment.