Color Hex Logo

#ab38be Color Hex

#AB38BE
(171,56,190)
0 Favorites   0 Comments

Color spaces of #ab38be

RGB 17156190
HSL0.810.540.48
HSV291°71°75°
CMYK 0.100.710.00   0.25
XYZ27.503015.204050.2003
Yxy15.20400.29600.1636
Hunter Lab38.992357.6674-49.0378
CIE-Lab45.912363.8489-47.7606

#ab38be color RGB value is (171,56,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 10111110
Octal 253 70 276
Decimal 171 56 190
Hex AB 38 BE

RGB Percentages of Color #ab38be

%41.01
%13.43
%45.56

CMYK Percentages of Color #ab38be

%10
%71
%0
%25

Triadic Colors of #ab38be

#ab38be #beab38 #38beab

Analogous Colors of #ab38be

#ab38be #be388e #6838be

Monochromatic Colors of #ab38be

#ab38be

Complementary Color

#ab38be #4bbe38

#ab38be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab38be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab38be Color CSS Codes

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

#ab38be Text Font Color

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

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


#ab38be Background Color

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

This div background color is #ab38be


#ab38be Border Color

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

This div border color is #ab38be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab38be


Comments

No comments written yet.

Please login to write comment.