Color Hex Logo

#af94be Color Hex

#AF94BE
(175,148,190)
0 Favorites   0 Comments

Color spaces of #af94be

RGB 175148190
HSL0.770.240.66
HSV279°22°75°
CMYK 0.080.220.00   0.25
XYZ37.563434.011553.3003
Yxy34.01150.30080.2724
Hunter Lab58.319412.9126-13.3638
CIE-Lab64.971717.9103-18.0167

#af94be color RGB value is (175,148,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 10111110
Octal 257 224 276
Decimal 175 148 190
Hex AF 94 BE

RGB Percentages of Color #af94be

%34.11
%28.85
%37.04

CMYK Percentages of Color #af94be

%8
%22
%0
%25

Triadic Colors of #af94be

#af94be #beaf94 #94beaf

Analogous Colors of #af94be

#af94be #be94b8 #9a94be

Monochromatic Colors of #af94be

#af94be

Complementary Color

#af94be #a3be94

#af94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af94be Color CSS Codes

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

#af94be Text Font Color

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

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


#af94be Background Color

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

This div background color is #af94be


#af94be Border Color

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

This div border color is #af94be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,148,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 #af94be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af94be


Comments

No comments written yet.

Please login to write comment.