Color Hex Logo

#ab0bee Color Hex

#AB0BEE
(171,11,238)
0 Favorites   0 Comments

Color spaces of #ab0bee

RGB 17111238
HSL0.780.910.49
HSV282°95°93°
CMYK 0.280.950.00   0.07
XYZ32.346915.070382.0929
Yxy15.07030.24980.1164
Hunter Lab38.820580.7980-98.2050
CIE-Lab45.730383.0088-75.5993

#ab0bee color RGB value is (171,11,238).

#ab0bee hex color red value is 171, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab0bee hue: 0.78 , saturation: 0.91 and the lightness value of ab0bee is 0.49.

The process color (four color CMYK) of #ab0bee color hex is 0.28, 0.95, 0.00, 0.07. Web safe color of #ab0bee is #9900ff. Color #ab0bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001011 11101110
Octal 253 13 356
Decimal 171 11 238
Hex AB B EE

RGB Percentages of Color #ab0bee

%40.71
%2.62
%56.67

CMYK Percentages of Color #ab0bee

%28
%95
%0
%7

Triadic Colors of #ab0bee

#ab0bee #eeab0b #0beeab

Analogous Colors of #ab0bee

#ab0bee #ee0bc0 #390bee

Monochromatic Colors of #ab0bee

#ab0bee

Complementary Color

#ab0bee #4eee0b

#ab0bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0bee Color CSS Codes

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

#ab0bee Text Font Color

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

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


#ab0bee Background Color

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

This div background color is #ab0bee


#ab0bee Border Color

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

This div border color is #ab0bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0bee


Comments

No comments written yet.

Please login to write comment.