Color Hex Logo

#b02397 Color Hex

#B02397
(176,35,151)
0 Favorites   0 Comments

Color spaces of #b02397

RGB 17635151
HSL0.860.670.41
HSV311°80°69°
CMYK 0.000.800.14   0.31
XYZ24.091412.666530.4533
Yxy12.66650.35840.1885
Hunter Lab35.590058.5467-25.8196
CIE-Lab42.256465.3251-30.3520

#b02397 color RGB value is (176,35,151).

#b02397 hex color red value is 176, green value is 35 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b02397 hue: 0.86 , saturation: 0.67 and the lightness value of b02397 is 0.41.

The process color (four color CMYK) of #b02397 color hex is 0.00, 0.80, 0.14, 0.31. Web safe color of #b02397 is #993399. Color #b02397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100011 10010111
Octal 260 43 227
Decimal 176 35 151
Hex B0 23 97

RGB Percentages of Color #b02397

%48.62
%9.67
%41.71

CMYK Percentages of Color #b02397

%0
%80
%14
%31

Triadic Colors of #b02397

#b02397 #97b023 #2397b0

Analogous Colors of #b02397

#b02397 #b02350 #8323b0

Monochromatic Colors of #b02397

#b02397

Complementary Color

#b02397 #23b03c

#b02397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02397 Color CSS Codes

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

#b02397 Text Font Color

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

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


#b02397 Background Color

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

This div background color is #b02397


#b02397 Border Color

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

This div border color is #b02397


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,35,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02397; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02397;
  -webkit-box-shadow: 1px 1px 3px 2px #b02397;
  box-shadow:         1px 1px 3px 2px #b02397; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,35,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02397


Comments

No comments written yet.

Please login to write comment.