Color Hex Logo

#ab2bbe Color Hex

#AB2BBE
(171,43,190)
0 Favorites   0 Comments

Color spaces of #ab2bbe

RGB 17143190
HSL0.810.630.46
HSV292°77°75°
CMYK 0.100.770.00   0.25
XYZ26.952714.103450.0169
Yxy14.10340.29590.1549
Hunter Lab37.554562.3883-52.6772
CIE-Lab44.380968.2296-50.2127

#ab2bbe color RGB value is (171,43,190).

#ab2bbe hex color red value is 171, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab2bbe hue: 0.81 , saturation: 0.63 and the lightness value of ab2bbe is 0.46.

The process color (four color CMYK) of #ab2bbe color hex is 0.10, 0.77, 0.00, 0.25. Web safe color of #ab2bbe is #9933cc. Color #ab2bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 10111110
Octal 253 53 276
Decimal 171 43 190
Hex AB 2B BE

RGB Percentages of Color #ab2bbe

%42.33
%10.64
%47.03

CMYK Percentages of Color #ab2bbe

%10
%77
%0
%25

Triadic Colors of #ab2bbe

#ab2bbe #beab2b #2bbeab

Analogous Colors of #ab2bbe

#ab2bbe #be2b88 #622bbe

Monochromatic Colors of #ab2bbe

#ab2bbe

Complementary Color

#ab2bbe #3ebe2b

#ab2bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bbe Color CSS Codes

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

#ab2bbe Text Font Color

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

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


#ab2bbe Background Color

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

This div background color is #ab2bbe


#ab2bbe Border Color

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

This div border color is #ab2bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bbe


Comments

No comments written yet.

Please login to write comment.