Color Hex Logo

#b2449a Color Hex

#B2449A
(178,68,154)
0 Favorites   0 Comments

Color spaces of #b2449a

RGB 17868154
HSL0.870.450.48
HSV313°62°70°
CMYK 0.000.620.13   0.30
XYZ26.260015.932332.2630
Yxy15.93230.35270.2140
Hunter Lab39.915347.5822-19.9826
CIE-Lab46.885554.5949-24.9119

#b2449a color RGB value is (178,68,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 10011010
Octal 262 104 232
Decimal 178 68 154
Hex B2 44 9A

RGB Percentages of Color #b2449a

%44.50
%17.00
%38.50

CMYK Percentages of Color #b2449a

%0
%62
%13
%30

Triadic Colors of #b2449a

#b2449a #9ab244 #449ab2

Analogous Colors of #b2449a

#b2449a #b24463 #9344b2

Monochromatic Colors of #b2449a

#b2449a

Complementary Color

#b2449a #44b25c

#b2449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2449a Color CSS Codes

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

#b2449a Text Font Color

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

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


#b2449a Background Color

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

This div background color is #b2449a


#b2449a Border Color

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

This div border color is #b2449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2449a


Comments

No comments written yet.

Please login to write comment.