Color Hex Logo

#b30752 Color Hex

#B30752
(179,7,82)
0 Favorites   0 Comments

Color spaces of #b30752

RGB 179782
HSL0.930.920.36
HSV334°96°70°
CMYK 0.000.960.54   0.30
XYZ20.189410.34498.9153
Yxy10.34490.51180.2622
Hunter Lab32.163555.76046.0800
CIE-Lab38.454563.61357.0399

#b30752 color RGB value is (179,7,82).

#b30752 hex color red value is 179, green value is 7 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b30752 hue: 0.93 , saturation: 0.92 and the lightness value of b30752 is 0.36.

The process color (four color CMYK) of #b30752 color hex is 0.00, 0.96, 0.54, 0.30. Web safe color of #b30752 is #cc0066. Color #b30752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 01010010
Octal 263 7 122
Decimal 179 7 82
Hex B3 7 52

RGB Percentages of Color #b30752

%66.79
%2.61
%30.60

CMYK Percentages of Color #b30752

%0
%96
%54
%30

Triadic Colors of #b30752

#b30752 #52b307 #0752b3

Analogous Colors of #b30752

#b30752 #b31207 #b307a8

Monochromatic Colors of #b30752

#b30752

Complementary Color

#b30752 #07b368

#b30752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30752 Color CSS Codes

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

#b30752 Text Font Color

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

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


#b30752 Background Color

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

This div background color is #b30752


#b30752 Border Color

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

This div border color is #b30752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30752


Comments

No comments written yet.

Please login to write comment.