Color Hex Logo

#ab75cb Color Hex

#AB75CB
(171,117,203)
0 Favorites   0 Comments

Color spaces of #ab75cb

RGB 171117203
HSL0.770.450.63
HSV278°42°80°
CMYK 0.160.420.00   0.20
XYZ33.935425.692359.6704
Yxy25.69230.28450.2154
Hunter Lab50.687630.8027-34.3160
CIE-Lab57.743836.8499-36.5232

#ab75cb color RGB value is (171,117,203).

#ab75cb hex color red value is 171, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab75cb hue: 0.77 , saturation: 0.45 and the lightness value of ab75cb is 0.63.

The process color (four color CMYK) of #ab75cb color hex is 0.16, 0.42, 0.00, 0.20. Web safe color of #ab75cb is #9966cc. Color #ab75cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 11001011
Octal 253 165 313
Decimal 171 117 203
Hex AB 75 CB

RGB Percentages of Color #ab75cb

%34.83
%23.83
%41.34

CMYK Percentages of Color #ab75cb

%16
%42
%0
%20

Triadic Colors of #ab75cb

#ab75cb #cbab75 #75cbab

Analogous Colors of #ab75cb

#ab75cb #cb75c0 #8075cb

Monochromatic Colors of #ab75cb

#ab75cb

Complementary Color

#ab75cb #95cb75

#ab75cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75cb Color CSS Codes

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

#ab75cb Text Font Color

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

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


#ab75cb Background Color

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

This div background color is #ab75cb


#ab75cb Border Color

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

This div border color is #ab75cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75cb


Comments

No comments written yet.

Please login to write comment.