Color Hex Logo

#b33872 Color Hex

#B33872
(179,56,114)
0 Favorites   0 Comments

Color spaces of #b33872

RGB 17956114
HSL0.920.520.46
HSV332°69°70°
CMYK 0.000.690.36   0.30
XYZ23.041813.627017.3354
Yxy13.62700.42670.2523
Hunter Lab36.914846.8169-2.0026
CIE-Lab43.693254.4682-5.4787

#b33872 color RGB value is (179,56,114).

#b33872 hex color red value is 179, green value is 56 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b33872 hue: 0.92 , saturation: 0.52 and the lightness value of b33872 is 0.46.

The process color (four color CMYK) of #b33872 color hex is 0.00, 0.69, 0.36, 0.30. Web safe color of #b33872 is #cc3366. Color #b33872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 01110010
Octal 263 70 162
Decimal 179 56 114
Hex B3 38 72

RGB Percentages of Color #b33872

%51.29
%16.05
%32.66

CMYK Percentages of Color #b33872

%0
%69
%36
%30

Triadic Colors of #b33872

#b33872 #72b338 #3872b3

Analogous Colors of #b33872

#b33872 #b33c38 #b338b0

Monochromatic Colors of #b33872

#b33872

Complementary Color

#b33872 #38b379

#b33872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33872 Color CSS Codes

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

#b33872 Text Font Color

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

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


#b33872 Background Color

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

This div background color is #b33872


#b33872 Border Color

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

This div border color is #b33872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33872


Comments

No comments written yet.

Please login to write comment.