Color Hex Logo

#af8acb Color Hex

#AF8ACB
(175,138,203)
0 Favorites   0 Comments

Color spaces of #af8acb

RGB 175138203
HSL0.760.380.67
HSV274°32°80°
CMYK 0.140.320.00   0.20
XYZ37.547231.602760.6209
Yxy31.60270.28930.2435
Hunter Lab56.216320.8428-24.5841
CIE-Lab63.013226.2996-28.3026

#af8acb color RGB value is (175,138,203).

#af8acb hex color red value is 175, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af8acb hue: 0.76 , saturation: 0.38 and the lightness value of af8acb is 0.67.

The process color (four color CMYK) of #af8acb color hex is 0.14, 0.32, 0.00, 0.20. Web safe color of #af8acb is #9999cc. Color #af8acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 11001011
Octal 257 212 313
Decimal 175 138 203
Hex AF 8A CB

RGB Percentages of Color #af8acb

%33.91
%26.74
%39.34

CMYK Percentages of Color #af8acb

%14
%32
%0
%20

Triadic Colors of #af8acb

#af8acb #cbaf8a #8acbaf

Analogous Colors of #af8acb

#af8acb #cb8ac7 #8f8acb

Monochromatic Colors of #af8acb

#af8acb

Complementary Color

#af8acb #a6cb8a

#af8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8acb Color CSS Codes

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

#af8acb Text Font Color

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

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


#af8acb Background Color

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

This div background color is #af8acb


#af8acb Border Color

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

This div border color is #af8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8acb


Comments

No comments written yet.

Please login to write comment.