Color Hex Logo

#ab36cb Color Hex

#AB36CB
(171,54,203)
0 Favorites   0 Comments

Color spaces of #ab36cb

RGB 17154203
HSL0.800.590.50
HSV287°73°80°
CMYK 0.160.730.00   0.20
XYZ28.893215.608157.9897
Yxy15.60810.28190.1523
Hunter Lab39.507161.4072-59.3727
CIE-Lab46.456166.9861-54.4335

#ab36cb color RGB value is (171,54,203).

#ab36cb hex color red value is 171, green value is 54 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab36cb hue: 0.80 , saturation: 0.59 and the lightness value of ab36cb is 0.50.

The process color (four color CMYK) of #ab36cb color hex is 0.16, 0.73, 0.00, 0.20. Web safe color of #ab36cb is #9933cc. Color #ab36cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110110 11001011
Octal 253 66 313
Decimal 171 54 203
Hex AB 36 CB

RGB Percentages of Color #ab36cb

%39.95
%12.62
%47.43

CMYK Percentages of Color #ab36cb

%16
%73
%0
%20

Triadic Colors of #ab36cb

#ab36cb #cbab36 #36cbab

Analogous Colors of #ab36cb

#ab36cb #cb36a1 #6036cb

Monochromatic Colors of #ab36cb

#ab36cb

Complementary Color

#ab36cb #56cb36

#ab36cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab36cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab36cb Color CSS Codes

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

#ab36cb Text Font Color

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

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


#ab36cb Background Color

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

This div background color is #ab36cb


#ab36cb Border Color

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

This div border color is #ab36cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab36cb


Comments

No comments written yet.

Please login to write comment.