Color Hex Logo

#ab5bdc Color Hex

#AB5BDC
(171,91,220)
0 Favorites   0 Comments

Color spaces of #ab5bdc

RGB 17191220
HSL0.770.650.61
HSV277°59°86°
CMYK 0.220.590.00   0.14
XYZ33.453921.307470.0597
Yxy21.30740.26800.1707
Hunter Lab46.159948.5860-57.6760
CIE-Lab53.284354.3863-53.2074

#ab5bdc color RGB value is (171,91,220).

#ab5bdc hex color red value is 171, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab5bdc hue: 0.77 , saturation: 0.65 and the lightness value of ab5bdc is 0.61.

The process color (four color CMYK) of #ab5bdc color hex is 0.22, 0.59, 0.00, 0.14. Web safe color of #ab5bdc is #9966cc. Color #ab5bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011011 11011100
Octal 253 133 334
Decimal 171 91 220
Hex AB 5B DC

RGB Percentages of Color #ab5bdc

%35.48
%18.88
%45.64

CMYK Percentages of Color #ab5bdc

%22
%59
%0
%14

Triadic Colors of #ab5bdc

#ab5bdc #dcab5b #5bdcab

Analogous Colors of #ab5bdc

#ab5bdc #dc5bcd #6b5bdc

Monochromatic Colors of #ab5bdc

#ab5bdc

Complementary Color

#ab5bdc #8cdc5b

#ab5bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5bdc Color CSS Codes

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

#ab5bdc Text Font Color

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

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


#ab5bdc Background Color

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

This div background color is #ab5bdc


#ab5bdc Border Color

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

This div border color is #ab5bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5bdc


Comments

No comments written yet.

Please login to write comment.