Color Hex Logo

#b6034e Color Hex

#B6034E
(182,3,78)
0 Favorites   0 Comments

Color spaces of #b6034e

RGB 182378
HSL0.930.970.36
HSV335°98°71°
CMYK 0.000.980.57   0.29
XYZ20.699110.56038.1551
Yxy10.56030.52520.2679
Hunter Lab32.496656.82867.8687
CIE-Lab38.829864.485310.2292

#b6034e color RGB value is (182,3,78).

#b6034e hex color red value is 182, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b6034e hue: 0.93 , saturation: 0.97 and the lightness value of b6034e is 0.36.

The process color (four color CMYK) of #b6034e color hex is 0.00, 0.98, 0.57, 0.29. Web safe color of #b6034e is #cc0066. Color #b6034e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 01001110
Octal 266 3 116
Decimal 182 3 78
Hex B6 3 4E

RGB Percentages of Color #b6034e

%69.20
%1.14
%29.66

CMYK Percentages of Color #b6034e

%0
%98
%57
%29

Triadic Colors of #b6034e

#b6034e #4eb603 #034eb6

Analogous Colors of #b6034e

#b6034e #b61103 #b603a8

Monochromatic Colors of #b6034e

#b6034e

Complementary Color

#b6034e #03b66b

#b6034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6034e Color CSS Codes

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

#b6034e Text Font Color

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

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


#b6034e Background Color

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

This div background color is #b6034e


#b6034e Border Color

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

This div border color is #b6034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6034e


Comments

No comments written yet.

Please login to write comment.