Color Hex Logo

#af468c Color Hex

#AF468C
(175,70,140)
0 Favorites   0 Comments

Color spaces of #af468c

RGB 17570140
HSL0.890.430.48
HSV320°60°69°
CMYK 0.000.600.20   0.31
XYZ24.603015.387726.4844
Yxy15.38770.37010.2315
Hunter Lab39.227243.3064-12.5709
CIE-Lab46.160750.7203-17.6720

#af468c color RGB value is (175,70,140).

#af468c hex color red value is 175, green value is 70 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #af468c hue: 0.89 , saturation: 0.43 and the lightness value of af468c is 0.48.

The process color (four color CMYK) of #af468c color hex is 0.00, 0.60, 0.20, 0.31. Web safe color of #af468c is #993399. Color #af468c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 10001100
Octal 257 106 214
Decimal 175 70 140
Hex AF 46 8C

RGB Percentages of Color #af468c

%45.45
%18.18
%36.36

CMYK Percentages of Color #af468c

%0
%60
%20
%31

Triadic Colors of #af468c

#af468c #8caf46 #468caf

Analogous Colors of #af468c

#af468c #af4658 #9e46af

Monochromatic Colors of #af468c

#af468c

Complementary Color

#af468c #46af69

#af468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af468c Color CSS Codes

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

#af468c Text Font Color

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

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


#af468c Background Color

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

This div background color is #af468c


#af468c Border Color

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

This div border color is #af468c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af468c


Comments

No comments written yet.

Please login to write comment.