Color Hex Logo

#ab75dc Color Hex

#AB75DC
(171,117,220)
0 Favorites   0 Comments

Color spaces of #ab75dc

RGB 171117220
HSL0.750.600.66
HSV271°47°86°
CMYK 0.220.470.00   0.14
XYZ36.074126.547870.9331
Yxy26.54780.27010.1988
Hunter Lab51.524634.8060-45.5565
CIE-Lab58.553440.6606-44.8372

#ab75dc color RGB value is (171,117,220).

#ab75dc hex color red value is 171, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab75dc hue: 0.75 , saturation: 0.60 and the lightness value of ab75dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 11011100
Octal 253 165 334
Decimal 171 117 220
Hex AB 75 DC

RGB Percentages of Color #ab75dc

%33.66
%23.03
%43.31

CMYK Percentages of Color #ab75dc

%22
%47
%0
%14

Triadic Colors of #ab75dc

#ab75dc #dcab75 #75dcab

Analogous Colors of #ab75dc

#ab75dc #dc75da #7875dc

Monochromatic Colors of #ab75dc

#ab75dc

Complementary Color

#ab75dc #a6dc75

#ab75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75dc Color CSS Codes

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

#ab75dc Text Font Color

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

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


#ab75dc Background Color

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

This div background color is #ab75dc


#ab75dc Border Color

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

This div border color is #ab75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75dc


Comments

No comments written yet.

Please login to write comment.