Color Hex Logo

#b44abc Color Hex

#B44ABC
(180,74,188)
0 Favorites   0 Comments

Color spaces of #b44abc

RGB 18074188
HSL0.820.460.51
HSV296°61°74°
CMYK 0.040.610.00   0.26
XYZ30.348318.231749.4965
Yxy18.23170.30940.1859
Hunter Lab42.698652.1475-38.8404
CIE-Lab49.775958.2279-40.3738

#b44abc color RGB value is (180,74,188).

#b44abc hex color red value is 180, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b44abc hue: 0.82 , saturation: 0.46 and the lightness value of b44abc is 0.51.

The process color (four color CMYK) of #b44abc color hex is 0.04, 0.61, 0.00, 0.26. Web safe color of #b44abc is #cc33cc. Color #b44abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 10111100
Octal 264 112 274
Decimal 180 74 188
Hex B4 4A BC

RGB Percentages of Color #b44abc

%40.72
%16.74
%42.53

CMYK Percentages of Color #b44abc

%4
%61
%0
%26

Triadic Colors of #b44abc

#b44abc #bcb44a #4abcb4

Analogous Colors of #b44abc

#b44abc #bc4a8b #7b4abc

Monochromatic Colors of #b44abc

#b44abc

Complementary Color

#b44abc #52bc4a

#b44abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44abc Color CSS Codes

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

#b44abc Text Font Color

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

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


#b44abc Background Color

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

This div background color is #b44abc


#b44abc Border Color

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

This div border color is #b44abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,74,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b44abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b44abc;
  -webkit-box-shadow: 1px 1px 3px 2px #b44abc;
  box-shadow:         1px 1px 3px 2px #b44abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,74,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44abc


Comments

No comments written yet.

Please login to write comment.