Color Hex Logo

#b20c68 Color Hex

#B20C68
(178,12,104)
0 Favorites   0 Comments

Color spaces of #b20c68

RGB 17812104
HSL0.910.870.37
HSV327°93°70°
CMYK 0.000.930.42   0.30
XYZ20.990310.727414.0610
Yxy10.72740.45850.2343
Hunter Lab32.752757.0784-2.5268
CIE-Lab39.117564.6494-6.0615

#b20c68 color RGB value is (178,12,104).

#b20c68 hex color red value is 178, green value is 12 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b20c68 hue: 0.91 , saturation: 0.87 and the lightness value of b20c68 is 0.37.

The process color (four color CMYK) of #b20c68 color hex is 0.00, 0.93, 0.42, 0.30. Web safe color of #b20c68 is #990066. Color #b20c68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 01101000
Octal 262 14 150
Decimal 178 12 104
Hex B2 C 68

RGB Percentages of Color #b20c68

%60.54
%4.08
%35.37

CMYK Percentages of Color #b20c68

%0
%93
%42
%30

Triadic Colors of #b20c68

#b20c68 #68b20c #0c68b2

Analogous Colors of #b20c68

#b20c68 #b20c15 #a90cb2

Monochromatic Colors of #b20c68

#b20c68

Complementary Color

#b20c68 #0cb256

#b20c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20c68 Color CSS Codes

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

#b20c68 Text Font Color

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

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


#b20c68 Background Color

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

This div background color is #b20c68


#b20c68 Border Color

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

This div border color is #b20c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20c68


Comments

No comments written yet.

Please login to write comment.