Color Hex Logo

#af907b Color Hex

#AF907B
(175,144,123)
1 Favorites   0 Comments

Color spaces of #af907b

RGB 175144123
HSL0.070.250.58
HSV24°30°69°
CMYK 0.000.180.30   0.31
XYZ31.227630.490522.9783
Yxy30.49050.36870.3600
Hunter Lab55.21824.315413.9800
CIE-Lab62.07528.483215.5386

#af907b color RGB value is (175,144,123).

#af907b hex color red value is 175, green value is 144 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #af907b hue: 0.07 , saturation: 0.25 and the lightness value of af907b is 0.58.

The process color (four color CMYK) of #af907b color hex is 0.00, 0.18, 0.30, 0.31. Web safe color of #af907b is #999966. Color #af907b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01111011
Octal 257 220 173
Decimal 175 144 123
Hex AF 90 7B

RGB Percentages of Color #af907b

%39.59
%32.58
%27.83

CMYK Percentages of Color #af907b

%0
%18
%30
%31

Triadic Colors of #af907b

#af907b #7baf90 #907baf

Analogous Colors of #af907b

#af907b #afaa7b #af7b80

Monochromatic Colors of #af907b

#af907b

Complementary Color

#af907b #7b9aaf

#af907b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af907b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af907b Color CSS Codes

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

#af907b Text Font Color

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

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


#af907b Background Color

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

This div background color is #af907b


#af907b Border Color

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

This div border color is #af907b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af907b


Comments

No comments written yet.

Please login to write comment.