Color Hex Logo

#b72972 Color Hex

#B72972
(183,41,114)
0 Favorites   0 Comments

Color spaces of #b72972

RGB 18341114
HSL0.910.630.44
HSV329°78°72°
CMYK 0.000.780.38   0.28
XYZ23.358612.868117.1722
Yxy12.86810.43740.2410
Hunter Lab35.872153.4563-3.2720
CIE-Lab42.563860.7584-7.0846

#b72972 color RGB value is (183,41,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 01110010
Octal 267 51 162
Decimal 183 41 114
Hex B7 29 72

RGB Percentages of Color #b72972

%54.14
%12.13
%33.73

CMYK Percentages of Color #b72972

%0
%78
%38
%28

Triadic Colors of #b72972

#b72972 #72b729 #2972b7

Analogous Colors of #b72972

#b72972 #b7292b #b529b7

Monochromatic Colors of #b72972

#b72972

Complementary Color

#b72972 #29b76e

#b72972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72972 Color CSS Codes

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

#b72972 Text Font Color

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

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


#b72972 Background Color

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

This div background color is #b72972


#b72972 Border Color

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

This div border color is #b72972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72972


Comments

No comments written yet.

Please login to write comment.