Color Hex Logo

#b20097 Color Hex

#B20097
(178,0,151)
0 Favorites   0 Comments

Color spaces of #b20097

RGB 1780151
HSL0.861.000.35
HSV309°100°70°
CMYK 0.001.000.15   0.30
XYZ23.946011.699330.2743
Yxy11.69930.36330.1775
Hunter Lab34.204265.1084-28.5348
CIE-Lab40.734271.2485-32.7198

#b20097 color RGB value is (178,0,151).

#b20097 hex color red value is 178, green value is 0 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b20097 hue: 0.86 , saturation: 1.00 and the lightness value of b20097 is 0.35.

The process color (four color CMYK) of #b20097 color hex is 0.00, 1.00, 0.15, 0.30. Web safe color of #b20097 is #990099. Color #b20097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 10010111
Octal 262 0 227
Decimal 178 0 151
Hex B2 0 97

RGB Percentages of Color #b20097

%54.10
%0.00
%45.90

CMYK Percentages of Color #b20097

%0
%100
%15
%30

Triadic Colors of #b20097

#b20097 #97b200 #0097b2

Analogous Colors of #b20097

#b20097 #b2003e #7400b2

Monochromatic Colors of #b20097

#b20097

Complementary Color

#b20097 #00b21b

#b20097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20097 Color CSS Codes

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

#b20097 Text Font Color

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

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


#b20097 Background Color

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

This div background color is #b20097


#b20097 Border Color

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

This div border color is #b20097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20097


Comments

No comments written yet.

Please login to write comment.