Color Hex Logo

#b244aa Color Hex

#B244AA
(178,68,170)
0 Favorites   0 Comments

Color spaces of #b244aa

RGB 17868170
HSL0.850.450.48
HSV304°62°70°
CMYK 0.000.620.04   0.30
XYZ27.682916.501539.7563
Yxy16.50150.32980.1966
Hunter Lab40.622050.5547-29.5910
CIE-Lab47.625757.1833-33.2487

#b244aa color RGB value is (178,68,170).

#b244aa hex color red value is 178, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b244aa hue: 0.85 , saturation: 0.45 and the lightness value of b244aa is 0.48.

The process color (four color CMYK) of #b244aa color hex is 0.00, 0.62, 0.04, 0.30. Web safe color of #b244aa is #993399. Color #b244aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 10101010
Octal 262 104 252
Decimal 178 68 170
Hex B2 44 AA

RGB Percentages of Color #b244aa

%42.79
%16.35
%40.87

CMYK Percentages of Color #b244aa

%0
%62
%4
%30

Triadic Colors of #b244aa

#b244aa #aab244 #44aab2

Analogous Colors of #b244aa

#b244aa #b24473 #8344b2

Monochromatic Colors of #b244aa

#b244aa

Complementary Color

#b244aa #44b24c

#b244aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b244aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b244aa Color CSS Codes

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

#b244aa Text Font Color

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

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


#b244aa Background Color

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

This div background color is #b244aa


#b244aa Border Color

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

This div border color is #b244aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,68,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b244aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b244aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b244aa;
  box-shadow:         1px 1px 3px 2px #b244aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,68,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b244aa


Comments

No comments written yet.

Please login to write comment.