Color Hex Logo

#ab3fbe Color Hex

#AB3FBE
(171,63,190)
0 Favorites   0 Comments

Color spaces of #ab3fbe

RGB 17163190
HSL0.810.500.50
HSV291°67°75°
CMYK 0.100.670.00   0.25
XYZ27.866415.930650.3214
Yxy15.93060.29610.1693
Hunter Lab39.913254.7764-46.8120
CIE-Lab46.883361.1139-46.2107

#ab3fbe color RGB value is (171,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111111 10111110
Octal 253 77 276
Decimal 171 63 190
Hex AB 3F BE

RGB Percentages of Color #ab3fbe

%40.33
%14.86
%44.81

CMYK Percentages of Color #ab3fbe

%10
%67
%0
%25

Triadic Colors of #ab3fbe

#ab3fbe #beab3f #3fbeab

Analogous Colors of #ab3fbe

#ab3fbe #be3f92 #6c3fbe

Monochromatic Colors of #ab3fbe

#ab3fbe

Complementary Color

#ab3fbe #52be3f

#ab3fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3fbe Color CSS Codes

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

#ab3fbe Text Font Color

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

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


#ab3fbe Background Color

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

This div background color is #ab3fbe


#ab3fbe Border Color

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

This div border color is #ab3fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3fbe


Comments

No comments written yet.

Please login to write comment.