Color Hex Logo

#ab63b5 Color Hex

#AB63B5
(171,99,181)
0 Favorites   0 Comments

Color spaces of #ab63b5

RGB 17199181
HSL0.810.360.55
HSV293°45°71°
CMYK 0.060.450.00   0.29
XYZ29.596920.917846.1937
Yxy20.91780.30600.2163
Hunter Lab45.736035.4739-27.8682
CIE-Lab52.859442.0930-31.5579

#ab63b5 color RGB value is (171,99,181).

#ab63b5 hex color red value is 171, green value is 99 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ab63b5 hue: 0.81 , saturation: 0.36 and the lightness value of ab63b5 is 0.55.

The process color (four color CMYK) of #ab63b5 color hex is 0.06, 0.45, 0.00, 0.29. Web safe color of #ab63b5 is #9966cc. Color #ab63b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 10110101
Octal 253 143 265
Decimal 171 99 181
Hex AB 63 B5

RGB Percentages of Color #ab63b5

%37.92
%21.95
%40.13

CMYK Percentages of Color #ab63b5

%6
%45
%0
%29

Triadic Colors of #ab63b5

#ab63b5 #b5ab63 #63b5ab

Analogous Colors of #ab63b5

#ab63b5 #b56396 #8263b5

Monochromatic Colors of #ab63b5

#ab63b5

Complementary Color

#ab63b5 #6db563

#ab63b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63b5 Color CSS Codes

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

#ab63b5 Text Font Color

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

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


#ab63b5 Background Color

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

This div background color is #ab63b5


#ab63b5 Border Color

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

This div border color is #ab63b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63b5


Comments

No comments written yet.

Please login to write comment.