Color Hex Logo

#b80646 Color Hex

#B80646
(184,6,70)
0 Favorites   0 Comments

Color spaces of #b80646

RGB 184670
HSL0.940.940.37
HSV338°97°72°
CMYK 0.000.970.62   0.28
XYZ20.937810.76286.7682
Yxy10.76280.54430.2798
Hunter Lab32.806756.510010.7328
CIE-Lab39.178164.136115.9086

#b80646 color RGB value is (184,6,70).

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

The process color (four color CMYK) of #b80646 color hex is 0.00, 0.97, 0.62, 0.28. Web safe color of #b80646 is #cc0033. Color #b80646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000110 01000110
Octal 270 6 106
Decimal 184 6 70
Hex B8 6 46

RGB Percentages of Color #b80646

%70.77
%2.31
%26.92

CMYK Percentages of Color #b80646

%0
%97
%62
%28

Triadic Colors of #b80646

#b80646 #46b806 #0646b8

Analogous Colors of #b80646

#b80646 #b81f06 #b8069f

Monochromatic Colors of #b80646

#b80646

Complementary Color

#b80646 #06b878

#b80646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80646 Color CSS Codes

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

#b80646 Text Font Color

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

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


#b80646 Background Color

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

This div background color is #b80646


#b80646 Border Color

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

This div border color is #b80646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80646


Comments

No comments written yet.

Please login to write comment.