Color Hex Logo

#b52752 Color Hex

#B52752
(181,39,82)
0 Favorites   0 Comments

Color spaces of #b52752

RGB 1813982
HSL0.950.650.43
HSV342°78°71°
CMYK 0.000.780.55   0.29
XYZ21.304611.88409.1536
Yxy11.88400.50320.2807
Hunter Lab34.473249.98588.3881
CIE-Lab41.031257.901810.7155

#b52752 color RGB value is (181,39,82).

#b52752 hex color red value is 181, green value is 39 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b52752 hue: 0.95 , saturation: 0.65 and the lightness value of b52752 is 0.43.

The process color (four color CMYK) of #b52752 color hex is 0.00, 0.78, 0.55, 0.29. Web safe color of #b52752 is #cc3366. Color #b52752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 01010010
Octal 265 47 122
Decimal 181 39 82
Hex B5 27 52

RGB Percentages of Color #b52752

%59.93
%12.91
%27.15

CMYK Percentages of Color #b52752

%0
%78
%55
%29

Triadic Colors of #b52752

#b52752 #52b527 #2752b5

Analogous Colors of #b52752

#b52752 #b54327 #b52799

Monochromatic Colors of #b52752

#b52752

Complementary Color

#b52752 #27b58a

#b52752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52752 Color CSS Codes

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

#b52752 Text Font Color

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

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


#b52752 Background Color

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

This div background color is #b52752


#b52752 Border Color

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

This div border color is #b52752


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52752; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52752;
  -webkit-box-shadow: 1px 1px 3px 2px #b52752;
  box-shadow:         1px 1px 3px 2px #b52752; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52752


Comments

No comments written yet.

Please login to write comment.