Color Hex Logo

#ab94be Color Hex

#AB94BE
(171,148,190)
0 Favorites   0 Comments

Color spaces of #ab94be

RGB 171148190
HSL0.760.240.66
HSV273°22°75°
CMYK 0.100.220.00   0.25
XYZ36.678833.555453.2589
Yxy33.55540.29700.2717
Hunter Lab57.927011.6521-13.9631
CIE-Lab64.608116.5743-18.6028

#ab94be color RGB value is (171,148,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 10111110
Octal 253 224 276
Decimal 171 148 190
Hex AB 94 BE

RGB Percentages of Color #ab94be

%33.60
%29.08
%37.33

CMYK Percentages of Color #ab94be

%10
%22
%0
%25

Triadic Colors of #ab94be

#ab94be #beab94 #94beab

Analogous Colors of #ab94be

#ab94be #be94bc #9694be

Monochromatic Colors of #ab94be

#ab94be

Complementary Color

#ab94be #a7be94

#ab94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab94be Color CSS Codes

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

#ab94be Text Font Color

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

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


#ab94be Background Color

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

This div background color is #ab94be


#ab94be Border Color

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

This div border color is #ab94be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab94be


Comments

No comments written yet.

Please login to write comment.