Color Hex Logo

#b83053 Color Hex

#B83053
(184,48,83)
0 Favorites   0 Comments

Color spaces of #b83053

RGB 1844883
HSL0.960.590.45
HSV345°74°72°
CMYK 0.000.740.55   0.28
XYZ22.385512.92889.4993
Yxy12.92880.49950.2885
Hunter Lab35.956648.20459.5060
CIE-Lab42.655855.951312.4272

#b83053 color RGB value is (184,48,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 01010011
Octal 270 60 123
Decimal 184 48 83
Hex B8 30 53

RGB Percentages of Color #b83053

%58.41
%15.24
%26.35

CMYK Percentages of Color #b83053

%0
%74
%55
%28

Triadic Colors of #b83053

#b83053 #53b830 #3053b8

Analogous Colors of #b83053

#b83053 #b85130 #b83097

Monochromatic Colors of #b83053

#b83053

Complementary Color

#b83053 #30b895

#b83053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83053 Color CSS Codes

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

#b83053 Text Font Color

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

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


#b83053 Background Color

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

This div background color is #b83053


#b83053 Border Color

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

This div border color is #b83053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83053


Comments

No comments written yet.

Please login to write comment.