Color Hex Logo

#b2627e Color Hex

#B2627E
(178,98,126)
0 Favorites   0 Comments

Color spaces of #b2627e

RGB 17898126
HSL0.940.340.54
HSV339°45°70°
CMYK 0.000.450.29   0.30
XYZ26.493719.706722.1461
Yxy19.70670.38760.2883
Hunter Lab44.392228.84411.4964
CIE-Lab51.504035.6511-1.2324

#b2627e color RGB value is (178,98,126).

#b2627e hex color red value is 178, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2627e hue: 0.94 , saturation: 0.34 and the lightness value of b2627e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 01111110
Octal 262 142 176
Decimal 178 98 126
Hex B2 62 7E

RGB Percentages of Color #b2627e

%44.28
%24.38
%31.34

CMYK Percentages of Color #b2627e

%0
%45
%29
%30

Triadic Colors of #b2627e

#b2627e #7eb262 #627eb2

Analogous Colors of #b2627e

#b2627e #b26e62 #b262a6

Monochromatic Colors of #b2627e

#b2627e

Complementary Color

#b2627e #62b296

#b2627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2627e Color CSS Codes

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

#b2627e Text Font Color

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

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


#b2627e Background Color

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

This div background color is #b2627e


#b2627e Border Color

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

This div border color is #b2627e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,98,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 #b2627e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2627e


Comments

No comments written yet.

Please login to write comment.