Color Hex Logo

#ab3bfd Color Hex

#AB3BFD
(171,59,253)
0 Favorites   0 Comments

Color spaces of #ab3bfd

RGB 17159253
HSL0.760.980.61
HSV275°77°99°
CMYK 0.320.770.00   0.01
XYZ36.088218.877794.6702
Yxy18.87770.24120.1262
Hunter Lab43.448572.2268-98.7735
CIE-Lab50.543875.2319-76.1584

#ab3bfd color RGB value is (171,59,253).

#ab3bfd hex color red value is 171, green value is 59 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab3bfd hue: 0.76 , saturation: 0.98 and the lightness value of ab3bfd is 0.61.

The process color (four color CMYK) of #ab3bfd color hex is 0.32, 0.77, 0.00, 0.01. Web safe color of #ab3bfd is #9933ff. Color #ab3bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111011 11111101
Octal 253 73 375
Decimal 171 59 253
Hex AB 3B FD

RGB Percentages of Color #ab3bfd

%35.40
%12.22
%52.38

CMYK Percentages of Color #ab3bfd

%32
%77
%0
%1

Triadic Colors of #ab3bfd

#ab3bfd #fdab3b #3bfdab

Analogous Colors of #ab3bfd

#ab3bfd #fd3bee #4a3bfd

Monochromatic Colors of #ab3bfd

#ab3bfd

Complementary Color

#ab3bfd #8dfd3b

#ab3bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3bfd Color CSS Codes

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

#ab3bfd Text Font Color

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

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


#ab3bfd Background Color

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

This div background color is #ab3bfd


#ab3bfd Border Color

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

This div border color is #ab3bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3bfd


Comments

No comments written yet.

Please login to write comment.