Color Hex Logo

#b82074 Color Hex

#B82074
(184,32,116)
0 Favorites   0 Comments

Color spaces of #b82074

RGB 18432116
HSL0.910.700.42
HSV327°83°72°
CMYK 0.000.830.37   0.28
XYZ23.436112.484317.6975
Yxy12.48430.43710.2328
Hunter Lab35.333156.5642-4.9637
CIE-Lab41.975763.6394-9.1894

#b82074 color RGB value is (184,32,116).

#b82074 hex color red value is 184, green value is 32 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b82074 hue: 0.91 , saturation: 0.70 and the lightness value of b82074 is 0.42.

The process color (four color CMYK) of #b82074 color hex is 0.00, 0.83, 0.37, 0.28. Web safe color of #b82074 is #cc3366. Color #b82074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 01110100
Octal 270 40 164
Decimal 184 32 116
Hex B8 20 74

RGB Percentages of Color #b82074

%55.42
%9.64
%34.94

CMYK Percentages of Color #b82074

%0
%83
%37
%28

Triadic Colors of #b82074

#b82074 #74b820 #2074b8

Analogous Colors of #b82074

#b82074 #b82028 #b020b8

Monochromatic Colors of #b82074

#b82074

Complementary Color

#b82074 #20b864

#b82074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82074 Color CSS Codes

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

#b82074 Text Font Color

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

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


#b82074 Background Color

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

This div background color is #b82074


#b82074 Border Color

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

This div border color is #b82074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82074


Comments

No comments written yet.

Please login to write comment.