Color Hex Logo

#b2577d Color Hex

#B2577D
(178,87,125)
0 Favorites   0 Comments

Color spaces of #b2577d

RGB 17887125
HSL0.930.370.52
HSV335°51°70°
CMYK 0.000.510.30   0.30
XYZ25.470017.762021.4880
Yxy17.76200.39350.2744
Hunter Lab42.145034.1214-0.7280
CIE-Lab49.206241.2933-4.0173

#b2577d color RGB value is (178,87,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010111 01111101
Octal 262 127 175
Decimal 178 87 125
Hex B2 57 7D

RGB Percentages of Color #b2577d

%45.64
%22.31
%32.05

CMYK Percentages of Color #b2577d

%0
%51
%30
%30

Triadic Colors of #b2577d

#b2577d #7db257 #577db2

Analogous Colors of #b2577d

#b2577d #b25f57 #b257ab

Monochromatic Colors of #b2577d

#b2577d

Complementary Color

#b2577d #57b28c

#b2577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2577d Color CSS Codes

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

#b2577d Text Font Color

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

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


#b2577d Background Color

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

This div background color is #b2577d


#b2577d Border Color

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

This div border color is #b2577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2577d


Comments

No comments written yet.

Please login to write comment.