Color Hex Logo

#b44ada Color Hex

#B44ADA
(180,74,218)
0 Favorites   0 Comments

Color spaces of #b44ada

RGB 18074218
HSL0.790.660.57
HSV284°66°85°
CMYK 0.170.660.00   0.15
XYZ33.926119.662868.3369
Yxy19.66280.27830.1613
Hunter Lab44.342858.9683-60.3323
CIE-Lab51.453863.9296-54.9363

#b44ada color RGB value is (180,74,218).

#b44ada hex color red value is 180, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b44ada hue: 0.79 , saturation: 0.66 and the lightness value of b44ada is 0.57.

The process color (four color CMYK) of #b44ada color hex is 0.17, 0.66, 0.00, 0.15. Web safe color of #b44ada is #cc33cc. Color #b44ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 11011010
Octal 264 112 332
Decimal 180 74 218
Hex B4 4A DA

RGB Percentages of Color #b44ada

%38.14
%15.68
%46.19

CMYK Percentages of Color #b44ada

%17
%66
%0
%15

Triadic Colors of #b44ada

#b44ada #dab44a #4adab4

Analogous Colors of #b44ada

#b44ada #da4ab8 #6c4ada

Monochromatic Colors of #b44ada

#b44ada

Complementary Color

#b44ada #70da4a

#b44ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ada Color CSS Codes

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

#b44ada Text Font Color

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

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


#b44ada Background Color

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

This div background color is #b44ada


#b44ada Border Color

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

This div border color is #b44ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ada


Comments

No comments written yet.

Please login to write comment.