Color Hex Logo

#b83051 Color Hex

#B83051
(184,48,81)
0 Favorites   0 Comments

Color spaces of #b83051

RGB 1844881
HSL0.960.590.45
HSV345°74°72°
CMYK 0.000.740.56   0.28
XYZ22.309312.89839.0984
Yxy12.89830.50350.2911
Hunter Lab35.914248.031310.1196
CIE-Lab42.609655.799513.6134

#b83051 color RGB value is (184,48,81).

#b83051 hex color red value is 184, green value is 48 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b83051 hue: 0.96 , saturation: 0.59 and the lightness value of b83051 is 0.45.

The process color (four color CMYK) of #b83051 color hex is 0.00, 0.74, 0.56, 0.28. Web safe color of #b83051 is #cc3366. Color #b83051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 01010001
Octal 270 60 121
Decimal 184 48 81
Hex B8 30 51

RGB Percentages of Color #b83051

%58.79
%15.34
%25.88

CMYK Percentages of Color #b83051

%0
%74
%56
%28

Triadic Colors of #b83051

#b83051 #51b830 #3051b8

Analogous Colors of #b83051

#b83051 #b85330 #b83095

Monochromatic Colors of #b83051

#b83051

Complementary Color

#b83051 #30b897

#b83051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83051 Color CSS Codes

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

#b83051 Text Font Color

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

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


#b83051 Background Color

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

This div background color is #b83051


#b83051 Border Color

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

This div border color is #b83051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83051


Comments

No comments written yet.

Please login to write comment.