Color Hex Logo

#b6068e Color Hex

#B6068E
(182,6,142)
0 Favorites   0 Comments

Color spaces of #b6068e

RGB 1826142
HSL0.870.940.37
HSV314°97°71°
CMYK 0.000.970.22   0.29
XYZ24.239012.028326.6353
Yxy12.02830.38530.1912
Hunter Lab34.681864.0597-21.2568
CIE-Lab41.261170.2601-26.3563

#b6068e color RGB value is (182,6,142).

#b6068e hex color red value is 182, green value is 6 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b6068e hue: 0.87 , saturation: 0.94 and the lightness value of b6068e is 0.37.

The process color (four color CMYK) of #b6068e color hex is 0.00, 0.97, 0.22, 0.29. Web safe color of #b6068e is #cc0099. Color #b6068e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000110 10001110
Octal 266 6 216
Decimal 182 6 142
Hex B6 6 8E

RGB Percentages of Color #b6068e

%55.15
%1.82
%43.03

CMYK Percentages of Color #b6068e

%0
%97
%22
%29

Triadic Colors of #b6068e

#b6068e #8eb606 #068eb6

Analogous Colors of #b6068e

#b6068e #b60636 #8606b6

Monochromatic Colors of #b6068e

#b6068e

Complementary Color

#b6068e #06b62e

#b6068e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6068e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6068e Color CSS Codes

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

#b6068e Text Font Color

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

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


#b6068e Background Color

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

This div background color is #b6068e


#b6068e Border Color

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

This div border color is #b6068e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6068e


Comments

No comments written yet.

Please login to write comment.