Color Hex Logo

#af95be Color Hex

#AF95BE
(175,149,190)
0 Favorites   0 Comments

Color spaces of #af95be

RGB 175149190
HSL0.770.240.66
HSV278°22°75°
CMYK 0.080.220.00   0.25
XYZ37.720934.326653.3528
Yxy34.32660.30080.2737
Hunter Lab58.588912.3919-12.9790
CIE-Lab65.221017.3480-17.6387

#af95be color RGB value is (175,149,190).

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

The process color (four color CMYK) of #af95be color hex is 0.08, 0.22, 0.00, 0.25. Web safe color of #af95be is #9999cc. Color #af95be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 10111110
Octal 257 225 276
Decimal 175 149 190
Hex AF 95 BE

RGB Percentages of Color #af95be

%34.05
%28.99
%36.96

CMYK Percentages of Color #af95be

%8
%22
%0
%25

Triadic Colors of #af95be

#af95be #beaf95 #95beaf

Analogous Colors of #af95be

#af95be #be95b9 #9b95be

Monochromatic Colors of #af95be

#af95be

Complementary Color

#af95be #a4be95

#af95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af95be Color CSS Codes

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

#af95be Text Font Color

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

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


#af95be Background Color

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

This div background color is #af95be


#af95be Border Color

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

This div border color is #af95be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af95be


Comments

No comments written yet.

Please login to write comment.