Color Hex Logo

#b2088e Color Hex

#B2088E
(178,8,142)
0 Favorites   0 Comments

Color spaces of #b2088e

RGB 1788142
HSL0.870.910.36
HSV313°96°70°
CMYK 0.000.960.20   0.30
XYZ23.329411.591626.5990
Yxy11.59160.37920.1884
Hunter Lab34.046462.7310-22.4882
CIE-Lab40.559569.2671-27.5090

#b2088e color RGB value is (178,8,142).

#b2088e hex color red value is 178, green value is 8 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b2088e hue: 0.87 , saturation: 0.91 and the lightness value of b2088e is 0.36.

The process color (four color CMYK) of #b2088e color hex is 0.00, 0.96, 0.20, 0.30. Web safe color of #b2088e is #990099. Color #b2088e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 10001110
Octal 262 10 216
Decimal 178 8 142
Hex B2 8 8E

RGB Percentages of Color #b2088e

%54.27
%2.44
%43.29

CMYK Percentages of Color #b2088e

%0
%96
%20
%30

Triadic Colors of #b2088e

#b2088e #8eb208 #088eb2

Analogous Colors of #b2088e

#b2088e #b20839 #8108b2

Monochromatic Colors of #b2088e

#b2088e

Complementary Color

#b2088e #08b22c

#b2088e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2088e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2088e Color CSS Codes

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

#b2088e Text Font Color

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

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


#b2088e Background Color

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

This div background color is #b2088e


#b2088e Border Color

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

This div border color is #b2088e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2088e


Comments

No comments written yet.

Please login to write comment.