Color Hex Logo

#b55670 Color Hex

#B55670
(181,86,112)
0 Favorites   0 Comments

Color spaces of #b55670

RGB 18186112
HSL0.950.390.52
HSV344°52°71°
CMYK 0.000.520.38   0.29
XYZ25.308517.649217.4020
Yxy17.64920.41930.2924
Hunter Lab42.011034.01394.8482
CIE-Lab49.067841.20683.6493

#b55670 color RGB value is (181,86,112).

#b55670 hex color red value is 181, green value is 86 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b55670 hue: 0.95 , saturation: 0.39 and the lightness value of b55670 is 0.52.

The process color (four color CMYK) of #b55670 color hex is 0.00, 0.52, 0.38, 0.29. Web safe color of #b55670 is #cc6666. Color #b55670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 01110000
Octal 265 126 160
Decimal 181 86 112
Hex B5 56 70

RGB Percentages of Color #b55670

%47.76
%22.69
%29.55

CMYK Percentages of Color #b55670

%0
%52
%38
%29

Triadic Colors of #b55670

#b55670 #70b556 #5670b5

Analogous Colors of #b55670

#b55670 #b56c56 #b556a0

Monochromatic Colors of #b55670

#b55670

Complementary Color

#b55670 #56b59b

#b55670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55670 Color CSS Codes

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

#b55670 Text Font Color

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

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


#b55670 Background Color

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

This div background color is #b55670


#b55670 Border Color

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

This div border color is #b55670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55670


Comments

No comments written yet.

Please login to write comment.