Color Hex Logo

#b30652 Color Hex

#B30652
(179,6,82)
0 Favorites   0 Comments

Color spaces of #b30652

RGB 179682
HSL0.930.940.36
HSV334°97°70°
CMYK 0.000.970.54   0.30
XYZ20.178510.32328.9117
Yxy10.32320.51200.2619
Hunter Lab32.129755.87676.0458
CIE-Lab38.416463.72406.9859

#b30652 color RGB value is (179,6,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 01010010
Octal 263 6 122
Decimal 179 6 82
Hex B3 6 52

RGB Percentages of Color #b30652

%67.04
%2.25
%30.71

CMYK Percentages of Color #b30652

%0
%97
%54
%30

Triadic Colors of #b30652

#b30652 #52b306 #0652b3

Analogous Colors of #b30652

#b30652 #b31106 #b306a9

Monochromatic Colors of #b30652

#b30652

Complementary Color

#b30652 #06b367

#b30652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30652 Color CSS Codes

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

#b30652 Text Font Color

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

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


#b30652 Background Color

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

This div background color is #b30652


#b30652 Border Color

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

This div border color is #b30652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30652


Comments

No comments written yet.

Please login to write comment.