Color Hex Logo

#ab98cb Color Hex

#AB98CB
(171,152,203)
0 Favorites   0 Comments

Color spaces of #ab98cb

RGB 171152203
HSL0.730.330.70
HSV262°25°80°
CMYK 0.160.250.00   0.20
XYZ38.802335.426261.2927
Yxy35.42620.28630.2614
Hunter Lab59.519912.2081-19.3920
CIE-Lab66.079117.1272-23.6219

#ab98cb color RGB value is (171,152,203).

#ab98cb hex color red value is 171, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab98cb hue: 0.73 , saturation: 0.33 and the lightness value of ab98cb is 0.70.

The process color (four color CMYK) of #ab98cb color hex is 0.16, 0.25, 0.00, 0.20. Web safe color of #ab98cb is #9999cc. Color #ab98cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 11001011
Octal 253 230 313
Decimal 171 152 203
Hex AB 98 CB

RGB Percentages of Color #ab98cb

%32.51
%28.90
%38.59

CMYK Percentages of Color #ab98cb

%16
%25
%0
%20

Triadic Colors of #ab98cb

#ab98cb #cbab98 #98cbab

Analogous Colors of #ab98cb

#ab98cb #c598cb #989fcb

Monochromatic Colors of #ab98cb

#ab98cb

Complementary Color

#ab98cb #b8cb98

#ab98cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab98cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab98cb Color CSS Codes

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

#ab98cb Text Font Color

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

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


#ab98cb Background Color

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

This div background color is #ab98cb


#ab98cb Border Color

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

This div border color is #ab98cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab98cb


Comments

No comments written yet.

Please login to write comment.