Color Hex Logo

#b34253 Color Hex

#B34253
(179,66,83)
0 Favorites   0 Comments

Color spaces of #b34253

RGB 1796683
HSL0.970.460.48
HSV351°63°70°
CMYK 0.000.630.54   0.30
XYZ22.100014.10479.7413
Yxy14.10470.48100.3070
Hunter Lab37.556239.315110.9108
CIE-Lab44.382747.189214.6577

#b34253 color RGB value is (179,66,83).

#b34253 hex color red value is 179, green value is 66 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b34253 hue: 0.97 , saturation: 0.46 and the lightness value of b34253 is 0.48.

The process color (four color CMYK) of #b34253 color hex is 0.00, 0.63, 0.54, 0.30. Web safe color of #b34253 is #cc3366. Color #b34253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 01010011
Octal 263 102 123
Decimal 179 66 83
Hex B3 42 53

RGB Percentages of Color #b34253

%54.57
%20.12
%25.30

CMYK Percentages of Color #b34253

%0
%63
%54
%30

Triadic Colors of #b34253

#b34253 #53b342 #4253b3

Analogous Colors of #b34253

#b34253 #b36a42 #b3428c

Monochromatic Colors of #b34253

#b34253

Complementary Color

#b34253 #42b3a2

#b34253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34253 Color CSS Codes

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

#b34253 Text Font Color

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

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


#b34253 Background Color

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

This div background color is #b34253


#b34253 Border Color

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

This div border color is #b34253


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,66,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34253


Comments

No comments written yet.

Please login to write comment.