Color Hex Logo

#b25776 Color Hex

#B25776
(178,87,118)
0 Favorites   0 Comments

Color spaces of #b25776

RGB 17887118
HSL0.940.370.52
HSV340°51°70°
CMYK 0.000.510.34   0.30
XYZ25.038317.589419.2150
Yxy17.58940.40490.2844
Hunter Lab41.939733.17122.1936
CIE-Lab48.994340.3750-0.1230

#b25776 color RGB value is (178,87,118).

#b25776 hex color red value is 178, green value is 87 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b25776 hue: 0.94 , saturation: 0.37 and the lightness value of b25776 is 0.52.

The process color (four color CMYK) of #b25776 color hex is 0.00, 0.51, 0.34, 0.30. Web safe color of #b25776 is #996666. Color #b25776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010111 01110110
Octal 262 127 166
Decimal 178 87 118
Hex B2 57 76

RGB Percentages of Color #b25776

%46.48
%22.72
%30.81

CMYK Percentages of Color #b25776

%0
%51
%34
%30

Triadic Colors of #b25776

#b25776 #76b257 #5776b2

Analogous Colors of #b25776

#b25776 #b26657 #b257a4

Monochromatic Colors of #b25776

#b25776

Complementary Color

#b25776 #57b293

#b25776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25776 Color CSS Codes

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

#b25776 Text Font Color

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

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


#b25776 Background Color

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

This div background color is #b25776


#b25776 Border Color

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

This div border color is #b25776


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,87,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b25776; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b25776;
  -webkit-box-shadow: 1px 1px 3px 2px #b25776;
  box-shadow:         1px 1px 3px 2px #b25776; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,87,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25776


Comments

No comments written yet.

Please login to write comment.