Color Hex Logo

#ab0fbc Color Hex

#AB0FBC
(171,15,188)
0 Favorites   0 Comments

Color spaces of #ab0fbc

RGB 17115188
HSL0.820.850.40
HSV294°92°74°
CMYK 0.090.920.00   0.26
XYZ26.042512.630448.6423
Yxy12.63040.29830.1447
Hunter Lab35.539368.6077-56.2722
CIE-Lab42.201073.8854-52.5443

#ab0fbc color RGB value is (171,15,188).

#ab0fbc hex color red value is 171, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ab0fbc hue: 0.82 , saturation: 0.85 and the lightness value of ab0fbc is 0.40.

The process color (four color CMYK) of #ab0fbc color hex is 0.09, 0.92, 0.00, 0.26. Web safe color of #ab0fbc is #9900cc. Color #ab0fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 10111100
Octal 253 17 274
Decimal 171 15 188
Hex AB F BC

RGB Percentages of Color #ab0fbc

%45.72
%4.01
%50.27

CMYK Percentages of Color #ab0fbc

%9
%92
%0
%26

Triadic Colors of #ab0fbc

#ab0fbc #bcab0f #0fbcab

Analogous Colors of #ab0fbc

#ab0fbc #bc0f77 #540fbc

Monochromatic Colors of #ab0fbc

#ab0fbc

Complementary Color

#ab0fbc #20bc0f

#ab0fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0fbc Color CSS Codes

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

#ab0fbc Text Font Color

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

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


#ab0fbc Background Color

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

This div background color is #ab0fbc


#ab0fbc Border Color

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

This div border color is #ab0fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0fbc


Comments

No comments written yet.

Please login to write comment.