Color Hex Logo

#b83570 Color Hex

#B83570
(184,53,112)
0 Favorites   0 Comments

Color spaces of #b83570

RGB 18453112
HSL0.920.550.46
HSV333°71°72°
CMYK 0.000.710.39   0.28
XYZ23.964913.906416.7503
Yxy13.90640.43870.2546
Hunter Lab37.291349.4516-0.5277
CIE-Lab44.098456.8305-3.5465

#b83570 color RGB value is (184,53,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 01110000
Octal 270 65 160
Decimal 184 53 112
Hex B8 35 70

RGB Percentages of Color #b83570

%52.72
%15.19
%32.09

CMYK Percentages of Color #b83570

%0
%71
%39
%28

Triadic Colors of #b83570

#b83570 #70b835 #3570b8

Analogous Colors of #b83570

#b83570 #b83c35 #b835b2

Monochromatic Colors of #b83570

#b83570

Complementary Color

#b83570 #35b87d

#b83570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83570 Color CSS Codes

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

#b83570 Text Font Color

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

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


#b83570 Background Color

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

This div background color is #b83570


#b83570 Border Color

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

This div border color is #b83570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83570


Comments

No comments written yet.

Please login to write comment.