Color Hex Logo

#b20658 Color Hex

#B20658
(178,6,88)
0 Favorites   0 Comments

Color spaces of #b20658

RGB 178688
HSL0.920.930.36
HSV331°97°70°
CMYK 0.000.970.51   0.30
XYZ20.186710.299810.1566
Yxy10.29980.49670.2534
Hunter Lab32.093356.11333.7017
CIE-Lab38.375263.94183.0464

#b20658 color RGB value is (178,6,88).

#b20658 hex color red value is 178, green value is 6 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b20658 hue: 0.92 , saturation: 0.93 and the lightness value of b20658 is 0.36.

The process color (four color CMYK) of #b20658 color hex is 0.00, 0.97, 0.51, 0.30. Web safe color of #b20658 is #990066. Color #b20658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000110 01011000
Octal 262 6 130
Decimal 178 6 88
Hex B2 6 58

RGB Percentages of Color #b20658

%65.44
%2.21
%32.35

CMYK Percentages of Color #b20658

%0
%97
%51
%30

Triadic Colors of #b20658

#b20658 #58b206 #0658b2

Analogous Colors of #b20658

#b20658 #b20a06 #b206ae

Monochromatic Colors of #b20658

#b20658

Complementary Color

#b20658 #06b260

#b20658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20658 Color CSS Codes

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

#b20658 Text Font Color

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

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


#b20658 Background Color

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

This div background color is #b20658


#b20658 Border Color

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

This div border color is #b20658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20658


Comments

No comments written yet.

Please login to write comment.