Color Hex Logo

#ab10be Color Hex

#AB10BE
(171,16,190)
0 Favorites   0 Comments

Color spaces of #ab10be

RGB 17116190
HSL0.820.840.40
HSV293°92°75°
CMYK 0.100.920.00   0.25
XYZ26.274112.746249.7907
Yxy12.74620.29580.1435
Hunter Lab35.701868.8856-57.6961
CIE-Lab42.378374.0809-53.4324

#ab10be color RGB value is (171,16,190).

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

The process color (four color CMYK) of #ab10be color hex is 0.10, 0.92, 0.00, 0.25. Web safe color of #ab10be is #9900cc. Color #ab10be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10111110
Octal 253 20 276
Decimal 171 16 190
Hex AB 10 BE

RGB Percentages of Color #ab10be

%45.36
%4.24
%50.40

CMYK Percentages of Color #ab10be

%10
%92
%0
%25

Triadic Colors of #ab10be

#ab10be #beab10 #10beab

Analogous Colors of #ab10be

#ab10be #be107a #5410be

Monochromatic Colors of #ab10be

#ab10be

Complementary Color

#ab10be #23be10

#ab10be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab10be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab10be Color CSS Codes

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

#ab10be Text Font Color

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

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


#ab10be Background Color

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

This div background color is #ab10be


#ab10be Border Color

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

This div border color is #ab10be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab10be


Comments

No comments written yet.

Please login to write comment.