Color Hex Logo

#b82553 Color Hex

#B82553
(184,37,83)
0 Favorites   0 Comments

Color spaces of #b82553

RGB 1843783
HSL0.950.670.43
HSV341°80°72°
CMYK 0.000.800.55   0.28
XYZ21.990112.13809.3675
Yxy12.13800.50560.2791
Hunter Lab34.839651.69648.4462
CIE-Lab41.434659.386010.7339

#b82553 color RGB value is (184,37,83).

#b82553 hex color red value is 184, green value is 37 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b82553 hue: 0.95 , saturation: 0.67 and the lightness value of b82553 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 01010011
Octal 270 45 123
Decimal 184 37 83
Hex B8 25 53

RGB Percentages of Color #b82553

%60.53
%12.17
%27.30

CMYK Percentages of Color #b82553

%0
%80
%55
%28

Triadic Colors of #b82553

#b82553 #53b825 #2553b8

Analogous Colors of #b82553

#b82553 #b84125 #b8259d

Monochromatic Colors of #b82553

#b82553

Complementary Color

#b82553 #25b88a

#b82553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82553 Color CSS Codes

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

#b82553 Text Font Color

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

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


#b82553 Background Color

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

This div background color is #b82553


#b82553 Border Color

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

This div border color is #b82553


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,37,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 #b82553">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82553


Comments

No comments written yet.

Please login to write comment.