Color Hex Logo

#b33472 Color Hex

#B33472
(179,52,114)
0 Favorites   0 Comments

Color spaces of #b33472

RGB 17952114
HSL0.920.550.45
HSV331°71°70°
CMYK 0.000.710.36   0.30
XYZ22.855713.254617.2734
Yxy13.25460.42810.2483
Hunter Lab36.406948.3477-2.6456
CIE-Lab43.144455.9921-6.2955

#b33472 color RGB value is (179,52,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 01110010
Octal 263 64 162
Decimal 179 52 114
Hex B3 34 72

RGB Percentages of Color #b33472

%51.88
%15.07
%33.04

CMYK Percentages of Color #b33472

%0
%71
%36
%30

Triadic Colors of #b33472

#b33472 #72b334 #3472b3

Analogous Colors of #b33472

#b33472 #b33634 #b334b2

Monochromatic Colors of #b33472

#b33472

Complementary Color

#b33472 #34b375

#b33472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33472 Color CSS Codes

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

#b33472 Text Font Color

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

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


#b33472 Background Color

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

This div background color is #b33472


#b33472 Border Color

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

This div border color is #b33472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33472


Comments

No comments written yet.

Please login to write comment.