Color Hex Logo

#b2477e Color Hex

#B2477E
(178,71,126)
0 Favorites   0 Comments

Color spaces of #b2477e

RGB 17871126
HSL0.910.430.49
HSV329°60°70°
CMYK 0.000.600.29   0.30
XYZ24.379215.477821.4413
Yxy15.47780.39770.2525
Hunter Lab39.341841.7640-4.7738
CIE-Lab46.281849.2292-8.9749

#b2477e color RGB value is (178,71,126).

#b2477e hex color red value is 178, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2477e hue: 0.91 , saturation: 0.43 and the lightness value of b2477e is 0.49.

The process color (four color CMYK) of #b2477e color hex is 0.00, 0.60, 0.29, 0.30. Web safe color of #b2477e is #993366. Color #b2477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 01111110
Octal 262 107 176
Decimal 178 71 126
Hex B2 47 7E

RGB Percentages of Color #b2477e

%47.47
%18.93
%33.60

CMYK Percentages of Color #b2477e

%0
%60
%29
%30

Triadic Colors of #b2477e

#b2477e #7eb247 #477eb2

Analogous Colors of #b2477e

#b2477e #b24748 #b147b2

Monochromatic Colors of #b2477e

#b2477e

Complementary Color

#b2477e #47b27b

#b2477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2477e Color CSS Codes

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

#b2477e Text Font Color

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

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


#b2477e Background Color

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

This div background color is #b2477e


#b2477e Border Color

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

This div border color is #b2477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2477e


Comments

No comments written yet.

Please login to write comment.