Color Hex Logo

#ab3bbd Color Hex

#AB3BBD
(171,59,189)
0 Favorites   0 Comments

Color spaces of #ab3bbd

RGB 17159189
HSL0.810.520.49
HSV292°69°74°
CMYK 0.100.690.00   0.26
XYZ27.543915.460049.6765
Yxy15.46000.29720.1668
Hunter Lab39.319256.2343-47.3845
CIE-Lab46.257962.5233-46.6255

#ab3bbd color RGB value is (171,59,189).

#ab3bbd hex color red value is 171, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab3bbd hue: 0.81 , saturation: 0.52 and the lightness value of ab3bbd is 0.49.

The process color (four color CMYK) of #ab3bbd color hex is 0.10, 0.69, 0.00, 0.26. Web safe color of #ab3bbd is #9933cc. Color #ab3bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111011 10111101
Octal 253 73 275
Decimal 171 59 189
Hex AB 3B BD

RGB Percentages of Color #ab3bbd

%40.81
%14.08
%45.11

CMYK Percentages of Color #ab3bbd

%10
%69
%0
%26

Triadic Colors of #ab3bbd

#ab3bbd #bdab3b #3bbdab

Analogous Colors of #ab3bbd

#ab3bbd #bd3b8e #6a3bbd

Monochromatic Colors of #ab3bbd

#ab3bbd

Complementary Color

#ab3bbd #4dbd3b

#ab3bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3bbd Color CSS Codes

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

#ab3bbd Text Font Color

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

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


#ab3bbd Background Color

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

This div background color is #ab3bbd


#ab3bbd Border Color

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

This div border color is #ab3bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3bbd


Comments

No comments written yet.

Please login to write comment.