Color Hex Logo

#b2397c Color Hex

#B2397C
(178,57,124)
0 Favorites   0 Comments

Color spaces of #b2397c

RGB 17857124
HSL0.910.510.46
HSV327°68°70°
CMYK 0.000.680.30   0.30
XYZ23.461313.846520.5049
Yxy13.84650.40580.2395
Hunter Lab37.210947.4244-6.6239
CIE-Lab44.012054.9747-11.1692

#b2397c color RGB value is (178,57,124).

#b2397c hex color red value is 178, green value is 57 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b2397c hue: 0.91 , saturation: 0.51 and the lightness value of b2397c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 01111100
Octal 262 71 174
Decimal 178 57 124
Hex B2 39 7C

RGB Percentages of Color #b2397c

%49.58
%15.88
%34.54

CMYK Percentages of Color #b2397c

%0
%68
%30
%30

Triadic Colors of #b2397c

#b2397c #7cb239 #397cb2

Analogous Colors of #b2397c

#b2397c #b2393f #ac39b2

Monochromatic Colors of #b2397c

#b2397c

Complementary Color

#b2397c #39b26f

#b2397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2397c Color CSS Codes

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

#b2397c Text Font Color

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

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


#b2397c Background Color

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

This div background color is #b2397c


#b2397c Border Color

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

This div border color is #b2397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2397c


Comments

No comments written yet.

Please login to write comment.