Color Hex Logo

#af3d6d Color Hex

#AF3D6D
(175,61,109)
0 Favorites   0 Comments

Color spaces of #af3d6d

RGB 17561109
HSL0.930.480.46
HSV335°65°69°
CMYK 0.000.650.38   0.31
XYZ22.108313.555615.9193
Yxy13.55560.42860.2628
Hunter Lab36.817942.75370.1368
CIE-Lab43.588750.6500-2.6229

#af3d6d color RGB value is (175,61,109).

#af3d6d hex color red value is 175, green value is 61 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af3d6d hue: 0.93 , saturation: 0.48 and the lightness value of af3d6d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 01101101
Octal 257 75 155
Decimal 175 61 109
Hex AF 3D 6D

RGB Percentages of Color #af3d6d

%50.72
%17.68
%31.59

CMYK Percentages of Color #af3d6d

%0
%65
%38
%31

Triadic Colors of #af3d6d

#af3d6d #6daf3d #3d6daf

Analogous Colors of #af3d6d

#af3d6d #af463d #af3da6

Monochromatic Colors of #af3d6d

#af3d6d

Complementary Color

#af3d6d #3daf7f

#af3d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3d6d Color CSS Codes

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

#af3d6d Text Font Color

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

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


#af3d6d Background Color

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

This div background color is #af3d6d


#af3d6d Border Color

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

This div border color is #af3d6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3d6d


Comments

No comments written yet.

Please login to write comment.