Color Hex Logo

#ab2298 Color Hex

#AB2298
(171,34,152)
0 Favorites   0 Comments

Color spaces of #ab2298

RGB 17134152
HSL0.860.670.40
HSV308°80°67°
CMYK 0.000.800.11   0.33
XYZ23.034112.069030.8213
Yxy12.06900.34940.1831
Hunter Lab34.740557.5557-28.2830
CIE-Lab41.325664.6387-32.4816

#ab2298 color RGB value is (171,34,152).

#ab2298 hex color red value is 171, green value is 34 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ab2298 hue: 0.86 , saturation: 0.67 and the lightness value of ab2298 is 0.40.

The process color (four color CMYK) of #ab2298 color hex is 0.00, 0.80, 0.11, 0.33. Web safe color of #ab2298 is #993399. Color #ab2298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10011000
Octal 253 42 230
Decimal 171 34 152
Hex AB 22 98

RGB Percentages of Color #ab2298

%47.90
%9.52
%42.58

CMYK Percentages of Color #ab2298

%0
%80
%11
%33

Triadic Colors of #ab2298

#ab2298 #98ab22 #2298ab

Analogous Colors of #ab2298

#ab2298 #ab2253 #7a22ab

Monochromatic Colors of #ab2298

#ab2298

Complementary Color

#ab2298 #22ab35

#ab2298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2298 Color CSS Codes

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

#ab2298 Text Font Color

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

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


#ab2298 Background Color

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

This div background color is #ab2298


#ab2298 Border Color

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

This div border color is #ab2298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2298


Comments

No comments written yet.

Please login to write comment.