Color Hex Logo

#af469b Color Hex

#AF469B
(175,70,155)
0 Favorites   0 Comments

Color spaces of #af469b

RGB 17570155
HSL0.870.430.48
HSV311°60°69°
CMYK 0.000.600.11   0.31
XYZ25.785715.860832.7127
Yxy15.86080.34680.2133
Hunter Lab39.825645.8777-20.8228
CIE-Lab46.791353.0284-25.6910

#af469b color RGB value is (175,70,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 10011011
Octal 257 106 233
Decimal 175 70 155
Hex AF 46 9B

RGB Percentages of Color #af469b

%43.75
%17.50
%38.75

CMYK Percentages of Color #af469b

%0
%60
%11
%31

Triadic Colors of #af469b

#af469b #9baf46 #469baf

Analogous Colors of #af469b

#af469b #af4667 #8f46af

Monochromatic Colors of #af469b

#af469b

Complementary Color

#af469b #46af5a

#af469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af469b Color CSS Codes

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

#af469b Text Font Color

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

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


#af469b Background Color

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

This div background color is #af469b


#af469b Border Color

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

This div border color is #af469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af469b


Comments

No comments written yet.

Please login to write comment.