Color Hex Logo

#ab94ce Color Hex

#AB94CE
(171,148,206)
0 Favorites   0 Comments

Color spaces of #ab94ce

RGB 171148206
HSL0.730.370.69
HSV264°28°81°
CMYK 0.170.280.00   0.19
XYZ38.525134.294062.9814
Yxy34.29400.28370.2525
Hunter Lab58.561114.9465-22.7726
CIE-Lab65.195320.0517-26.6487

#ab94ce color RGB value is (171,148,206).

#ab94ce hex color red value is 171, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab94ce hue: 0.73 , saturation: 0.37 and the lightness value of ab94ce is 0.69.

The process color (four color CMYK) of #ab94ce color hex is 0.17, 0.28, 0.00, 0.19. Web safe color of #ab94ce is #9999cc. Color #ab94ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 11001110
Octal 253 224 316
Decimal 171 148 206
Hex AB 94 CE

RGB Percentages of Color #ab94ce

%32.57
%28.19
%39.24

CMYK Percentages of Color #ab94ce

%17
%28
%0
%19

Triadic Colors of #ab94ce

#ab94ce #ceab94 #94ceab

Analogous Colors of #ab94ce

#ab94ce #c894ce #949ace

Monochromatic Colors of #ab94ce

#ab94ce

Complementary Color

#ab94ce #b7ce94

#ab94ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab94ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab94ce Color CSS Codes

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

#ab94ce Text Font Color

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

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


#ab94ce Background Color

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

This div background color is #ab94ce


#ab94ce Border Color

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

This div border color is #ab94ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,148,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab94ce


Comments

No comments written yet.

Please login to write comment.