Color Hex Logo

#b72172 Color Hex

#B72172
(183,33,114)
0 Favorites   0 Comments

Color spaces of #b72172

RGB 18333114
HSL0.910.690.42
HSV328°82°72°
CMYK 0.000.820.38   0.28
XYZ23.109612.369917.0892
Yxy12.36990.43960.2353
Hunter Lab35.170955.7374-4.1889
CIE-Lab41.798162.9423-8.2305

#b72172 color RGB value is (183,33,114).

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

The process color (four color CMYK) of #b72172 color hex is 0.00, 0.82, 0.38, 0.28. Web safe color of #b72172 is #cc3366. Color #b72172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100001 01110010
Octal 267 41 162
Decimal 183 33 114
Hex B7 21 72

RGB Percentages of Color #b72172

%55.45
%10.00
%34.55

CMYK Percentages of Color #b72172

%0
%82
%38
%28

Triadic Colors of #b72172

#b72172 #72b721 #2172b7

Analogous Colors of #b72172

#b72172 #b72127 #b121b7

Monochromatic Colors of #b72172

#b72172

Complementary Color

#b72172 #21b766

#b72172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72172 Color CSS Codes

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

#b72172 Text Font Color

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

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


#b72172 Background Color

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

This div background color is #b72172


#b72172 Border Color

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

This div border color is #b72172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72172


Comments

No comments written yet.

Please login to write comment.