Color Hex Logo

#ab4bca Color Hex

#AB4BCA
(171,75,202)
0 Favorites   0 Comments

Color spaces of #ab4bca

RGB 17175202
HSL0.790.550.54
HSV285°63°79°
CMYK 0.150.630.00   0.21
XYZ29.971317.954357.7630
Yxy17.95430.28360.1699
Hunter Lab42.372552.1063-51.1645
CIE-Lab49.440658.2522-49.0762

#ab4bca color RGB value is (171,75,202).

#ab4bca hex color red value is 171, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab4bca hue: 0.79 , saturation: 0.55 and the lightness value of ab4bca is 0.54.

The process color (four color CMYK) of #ab4bca color hex is 0.15, 0.63, 0.00, 0.21. Web safe color of #ab4bca is #9933cc. Color #ab4bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001011 11001010
Octal 253 113 312
Decimal 171 75 202
Hex AB 4B CA

RGB Percentages of Color #ab4bca

%38.17
%16.74
%45.09

CMYK Percentages of Color #ab4bca

%15
%63
%0
%21

Triadic Colors of #ab4bca

#ab4bca #caab4b #4bcaab

Analogous Colors of #ab4bca

#ab4bca #ca4baa #6c4bca

Monochromatic Colors of #ab4bca

#ab4bca

Complementary Color

#ab4bca #6aca4b

#ab4bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4bca Color CSS Codes

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

#ab4bca Text Font Color

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

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


#ab4bca Background Color

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

This div background color is #ab4bca


#ab4bca Border Color

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

This div border color is #ab4bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4bca


Comments

No comments written yet.

Please login to write comment.