Color Hex Logo

#b72576 Color Hex

#B72576
(183,37,118)
0 Favorites   0 Comments

Color spaces of #b72576

RGB 18337118
HSL0.910.660.43
HSV327°80°72°
CMYK 0.000.800.36   0.28
XYZ23.460012.698418.3541
Yxy12.69840.43040.2329
Hunter Lab35.634855.1536-5.5936
CIE-Lab42.305262.3255-9.9547

#b72576 color RGB value is (183,37,118).

#b72576 hex color red value is 183, green value is 37 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b72576 hue: 0.91 , saturation: 0.66 and the lightness value of b72576 is 0.43.

The process color (four color CMYK) of #b72576 color hex is 0.00, 0.80, 0.36, 0.28. Web safe color of #b72576 is #cc3366. Color #b72576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100101 01110110
Octal 267 45 166
Decimal 183 37 118
Hex B7 25 76

RGB Percentages of Color #b72576

%54.14
%10.95
%34.91

CMYK Percentages of Color #b72576

%0
%80
%36
%28

Triadic Colors of #b72576

#b72576 #76b725 #2576b7

Analogous Colors of #b72576

#b72576 #b7252d #af25b7

Monochromatic Colors of #b72576

#b72576

Complementary Color

#b72576 #25b766

#b72576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72576 Color CSS Codes

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

#b72576 Text Font Color

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

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


#b72576 Background Color

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

This div background color is #b72576


#b72576 Border Color

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

This div border color is #b72576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72576


Comments

No comments written yet.

Please login to write comment.