Color Hex Logo

#b72058 Color Hex

#B72058
(183,32,88)
0 Favorites   0 Comments

Color spaces of #b72058

RGB 1833288
HSL0.940.700.42
HSV338°83°72°
CMYK 0.000.830.52   0.28
XYZ21.806411.804910.3618
Yxy11.80490.49590.2685
Hunter Lab34.358353.16296.1700
CIE-Lab40.904360.81466.8002

#b72058 color RGB value is (183,32,88).

#b72058 hex color red value is 183, green value is 32 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b72058 hue: 0.94 , saturation: 0.70 and the lightness value of b72058 is 0.42.

The process color (four color CMYK) of #b72058 color hex is 0.00, 0.83, 0.52, 0.28. Web safe color of #b72058 is #cc3366. Color #b72058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 01011000
Octal 267 40 130
Decimal 183 32 88
Hex B7 20 58

RGB Percentages of Color #b72058

%60.40
%10.56
%29.04

CMYK Percentages of Color #b72058

%0
%83
%52
%28

Triadic Colors of #b72058

#b72058 #58b720 #2058b7

Analogous Colors of #b72058

#b72058 #b73420 #b720a4

Monochromatic Colors of #b72058

#b72058

Complementary Color

#b72058 #20b77f

#b72058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72058 Color CSS Codes

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

#b72058 Text Font Color

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

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


#b72058 Background Color

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

This div background color is #b72058


#b72058 Border Color

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

This div border color is #b72058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72058


Comments

No comments written yet.

Please login to write comment.