Color Hex Logo

#b2625b Color Hex

#B2625B
(178,98,91)
0 Favorites   0 Comments

Color spaces of #b2625b

RGB 1789891
HSL0.010.360.53
HSV49°70°
CMYK 0.000.450.49   0.30
XYZ24.616118.955712.2589
Yxy18.95570.44090.3395
Hunter Lab43.538124.730613.7826
CIE-Lab50.635331.489618.3145

#b2625b color RGB value is (178,98,91).

#b2625b hex color red value is 178, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b2625b hue: 0.01 , saturation: 0.36 and the lightness value of b2625b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 01011011
Octal 262 142 133
Decimal 178 98 91
Hex B2 62 5B

RGB Percentages of Color #b2625b

%48.50
%26.70
%24.80

CMYK Percentages of Color #b2625b

%0
%45
%49
%30

Triadic Colors of #b2625b

#b2625b #5bb262 #625bb2

Analogous Colors of #b2625b

#b2625b #b28e5b #b25b80

Monochromatic Colors of #b2625b

#b2625b

Complementary Color

#b2625b #5babb2

#b2625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2625b Color CSS Codes

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

#b2625b Text Font Color

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

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


#b2625b Background Color

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

This div background color is #b2625b


#b2625b Border Color

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

This div border color is #b2625b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2625b


Comments

No comments written yet.

Please login to write comment.