Color Hex Logo

#b3218a Color Hex

#B3218A
(179,33,138)
0 Favorites   0 Comments

Color spaces of #b3218a

RGB 17933138
HSL0.880.690.42
HSV317°82°70°
CMYK 0.000.820.23   0.30
XYZ23.721712.506425.2085
Yxy12.50640.38610.2036
Hunter Lab35.364457.8464-17.5081
CIE-Lab42.009964.7605-22.7906

#b3218a color RGB value is (179,33,138).

#b3218a hex color red value is 179, green value is 33 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b3218a hue: 0.88 , saturation: 0.69 and the lightness value of b3218a is 0.42.

The process color (four color CMYK) of #b3218a color hex is 0.00, 0.82, 0.23, 0.30. Web safe color of #b3218a is #cc3399. Color #b3218a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 10001010
Octal 263 41 212
Decimal 179 33 138
Hex B3 21 8A

RGB Percentages of Color #b3218a

%51.14
%9.43
%39.43

CMYK Percentages of Color #b3218a

%0
%82
%23
%30

Triadic Colors of #b3218a

#b3218a #8ab321 #218ab3

Analogous Colors of #b3218a

#b3218a #b32141 #9321b3

Monochromatic Colors of #b3218a

#b3218a

Complementary Color

#b3218a #21b34a

#b3218a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3218a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3218a Color CSS Codes

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

#b3218a Text Font Color

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

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


#b3218a Background Color

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

This div background color is #b3218a


#b3218a Border Color

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

This div border color is #b3218a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,33,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3218a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3218a;
  -webkit-box-shadow: 1px 1px 3px 2px #b3218a;
  box-shadow:         1px 1px 3px 2px #b3218a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,33,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3218a


Comments

No comments written yet.

Please login to write comment.