Color Hex Logo

#b2495c Color Hex

#B2495C
(178,73,92)
0 Favorites   0 Comments

Color spaces of #b2495c

RGB 1787392
HSL0.970.420.49
HSV349°59°70°
CMYK 0.000.590.48   0.30
XYZ22.674415.002811.8260
Yxy15.00280.45800.3031
Hunter Lab38.733436.70969.0111
CIE-Lab45.638044.419310.8488

#b2495c color RGB value is (178,73,92).

#b2495c hex color red value is 178, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b2495c hue: 0.97 , saturation: 0.42 and the lightness value of b2495c is 0.49.

The process color (four color CMYK) of #b2495c color hex is 0.00, 0.59, 0.48, 0.30. Web safe color of #b2495c is #993366. Color #b2495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 01011100
Octal 262 111 134
Decimal 178 73 92
Hex B2 49 5C

RGB Percentages of Color #b2495c

%51.90
%21.28
%26.82

CMYK Percentages of Color #b2495c

%0
%59
%48
%30

Triadic Colors of #b2495c

#b2495c #5cb249 #495cb2

Analogous Colors of #b2495c

#b2495c #b26b49 #b24991

Monochromatic Colors of #b2495c

#b2495c

Complementary Color

#b2495c #49b29f

#b2495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2495c Color CSS Codes

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

#b2495c Text Font Color

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

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


#b2495c Background Color

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

This div background color is #b2495c


#b2495c Border Color

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

This div border color is #b2495c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2495c


Comments

No comments written yet.

Please login to write comment.