Color Hex Logo

#af95ba Color Hex

#AF95BA
(175,149,186)
0 Favorites   0 Comments

Color spaces of #af95ba

RGB 175149186
HSL0.780.210.66
HSV282°20°73°
CMYK 0.060.200.00   0.27
XYZ37.289634.154051.0814
Yxy34.15400.30430.2788
Hunter Lab58.441411.6226-10.9141
CIE-Lab65.084616.5299-15.6037

#af95ba color RGB value is (175,149,186).

#af95ba hex color red value is 175, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af95ba hue: 0.78 , saturation: 0.21 and the lightness value of af95ba is 0.66.

The process color (four color CMYK) of #af95ba color hex is 0.06, 0.20, 0.00, 0.27. Web safe color of #af95ba is #9999cc. Color #af95ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 10111010
Octal 257 225 272
Decimal 175 149 186
Hex AF 95 BA

RGB Percentages of Color #af95ba

%34.31
%29.22
%36.47

CMYK Percentages of Color #af95ba

%6
%20
%0
%27

Triadic Colors of #af95ba

#af95ba #baaf95 #95baaf

Analogous Colors of #af95ba

#af95ba #ba95b3 #9d95ba

Monochromatic Colors of #af95ba

#af95ba

Complementary Color

#af95ba #a0ba95

#af95ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af95ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af95ba Color CSS Codes

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

#af95ba Text Font Color

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

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


#af95ba Background Color

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

This div background color is #af95ba


#af95ba Border Color

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

This div border color is #af95ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af95ba

#af95ba Color Palettes


Comments

No comments written yet.

Please login to write comment.