Color Hex Logo

#b72e6f Color Hex

#B72E6F
(183,46,111)
0 Favorites   0 Comments

Color spaces of #b72e6f

RGB 18346111
HSL0.920.600.45
HSV332°75°72°
CMYK 0.000.750.39   0.28
XYZ23.374713.169016.3488
Yxy13.16900.44190.2490
Hunter Lab36.289151.4702-1.3087
CIE-Lab43.016858.8780-4.5482

#b72e6f color RGB value is (183,46,111).

#b72e6f hex color red value is 183, green value is 46 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b72e6f hue: 0.92 , saturation: 0.60 and the lightness value of b72e6f is 0.45.

The process color (four color CMYK) of #b72e6f color hex is 0.00, 0.75, 0.39, 0.28. Web safe color of #b72e6f is #cc3366. Color #b72e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101110 01101111
Octal 267 56 157
Decimal 183 46 111
Hex B7 2E 6F

RGB Percentages of Color #b72e6f

%53.82
%13.53
%32.65

CMYK Percentages of Color #b72e6f

%0
%75
%39
%28

Triadic Colors of #b72e6f

#b72e6f #6fb72e #2e6fb7

Analogous Colors of #b72e6f

#b72e6f #b7322e #b72eb4

Monochromatic Colors of #b72e6f

#b72e6f

Complementary Color

#b72e6f #2eb776

#b72e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72e6f Color CSS Codes

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

#b72e6f Text Font Color

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

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


#b72e6f Background Color

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

This div background color is #b72e6f


#b72e6f Border Color

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

This div border color is #b72e6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,46,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72e6f


Comments

No comments written yet.

Please login to write comment.