Color Hex Logo

#be555b Color Hex

#BE555B
(190,85,91)
0 Favorites   0 Comments

Color spaces of #be555b

RGB 1908591
HSL0.990.450.54
HSV357°55°75°
CMYK 0.000.550.52   0.25
XYZ26.372018.199512.0204
Yxy18.19950.46600.3216
Hunter Lab42.660935.688213.1567
CIE-Lab49.737242.765617.3963

#be555b color RGB value is (190,85,91).

#be555b hex color red value is 190, green value is 85 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #be555b hue: 0.99 , saturation: 0.45 and the lightness value of be555b is 0.54.

The process color (four color CMYK) of #be555b color hex is 0.00, 0.55, 0.52, 0.25. Web safe color of #be555b is #cc6666. Color #be555b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 01011011
Octal 276 125 133
Decimal 190 85 91
Hex BE 55 5B

RGB Percentages of Color #be555b

%51.91
%23.22
%24.86

CMYK Percentages of Color #be555b

%0
%55
%52
%25

Triadic Colors of #be555b

#be555b #5bbe55 #555bbe

Analogous Colors of #be555b

#be555b #be8455 #be5590

Monochromatic Colors of #be555b

#be555b

Complementary Color

#be555b #55beb8

#be555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be555b Color CSS Codes

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

#be555b Text Font Color

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

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


#be555b Background Color

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

This div background color is #be555b


#be555b Border Color

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

This div border color is #be555b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,85,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be555b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be555b;
  -webkit-box-shadow: 1px 1px 3px 2px #be555b;
  box-shadow:         1px 1px 3px 2px #be555b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,85,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be555b


Comments

No comments written yet.

Please login to write comment.