Color Hex Logo

#b2817c Color Hex

#B2817C
(178,129,124)
0 Favorites   0 Comments

Color spaces of #b2817c

RGB 178129124
HSL0.020.260.59
HSV30°70°
CMYK 0.000.280.30   0.30
XYZ29.848426.620722.6339
Yxy26.62070.37730.3365
Hunter Lab51.595312.972510.1072
CIE-Lab58.621618.213310.1821

#b2817c color RGB value is (178,129,124).

#b2817c hex color red value is 178, green value is 129 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b2817c hue: 0.02 , saturation: 0.26 and the lightness value of b2817c is 0.59.

The process color (four color CMYK) of #b2817c color hex is 0.00, 0.28, 0.30, 0.30. Web safe color of #b2817c is #999966. Color #b2817c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 01111100
Octal 262 201 174
Decimal 178 129 124
Hex B2 81 7C

RGB Percentages of Color #b2817c

%41.30
%29.93
%28.77

CMYK Percentages of Color #b2817c

%0
%28
%30
%30

Triadic Colors of #b2817c

#b2817c #7cb281 #817cb2

Analogous Colors of #b2817c

#b2817c #b29c7c #b27c92

Monochromatic Colors of #b2817c

#b2817c

Complementary Color

#b2817c #7cadb2

#b2817c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2817c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2817c Color CSS Codes

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

#b2817c Text Font Color

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

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


#b2817c Background Color

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

This div background color is #b2817c


#b2817c Border Color

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

This div border color is #b2817c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2817c


Comments

No comments written yet.

Please login to write comment.