Color Hex Logo

#b82970 Color Hex

#B82970
(184,41,112)
0 Favorites   0 Comments

Color spaces of #b82970

RGB 18441112
HSL0.920.640.44
HSV330°78°72°
CMYK 0.000.780.39   0.28
XYZ23.484712.946116.5903
Yxy12.94610.44290.2442
Hunter Lab35.980753.5413-2.1515
CIE-Lab42.681960.8120-5.6464

#b82970 color RGB value is (184,41,112).

#b82970 hex color red value is 184, green value is 41 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b82970 hue: 0.92 , saturation: 0.64 and the lightness value of b82970 is 0.44.

The process color (four color CMYK) of #b82970 color hex is 0.00, 0.78, 0.39, 0.28. Web safe color of #b82970 is #cc3366. Color #b82970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 01110000
Octal 270 51 160
Decimal 184 41 112
Hex B8 29 70

RGB Percentages of Color #b82970

%54.60
%12.17
%33.23

CMYK Percentages of Color #b82970

%0
%78
%39
%28

Triadic Colors of #b82970

#b82970 #70b829 #2970b8

Analogous Colors of #b82970

#b82970 #b82a29 #b829b8

Monochromatic Colors of #b82970

#b82970

Complementary Color

#b82970 #29b871

#b82970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82970 Color CSS Codes

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

#b82970 Text Font Color

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

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


#b82970 Background Color

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

This div background color is #b82970


#b82970 Border Color

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

This div border color is #b82970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82970


Comments

No comments written yet.

Please login to write comment.