Color Hex Logo

#b247aa Color Hex

#B247AA
(178,71,170)
0 Favorites   0 Comments

Color spaces of #b247aa

RGB 17871170
HSL0.850.430.49
HSV304°60°70°
CMYK 0.000.600.04   0.30
XYZ27.869016.873739.8183
Yxy16.87370.32960.1995
Hunter Lab41.077649.2171-28.7180
CIE-Lab48.100555.8777-32.5043

#b247aa color RGB value is (178,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 10101010
Octal 262 107 252
Decimal 178 71 170
Hex B2 47 AA

RGB Percentages of Color #b247aa

%42.48
%16.95
%40.57

CMYK Percentages of Color #b247aa

%0
%60
%4
%30

Triadic Colors of #b247aa

#b247aa #aab247 #47aab2

Analogous Colors of #b247aa

#b247aa #b24775 #8547b2

Monochromatic Colors of #b247aa

#b247aa

Complementary Color

#b247aa #47b24f

#b247aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247aa Color CSS Codes

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

#b247aa Text Font Color

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

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


#b247aa Background Color

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

This div background color is #b247aa


#b247aa Border Color

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

This div border color is #b247aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247aa


Comments

No comments written yet.

Please login to write comment.