Color Hex Logo

#be555c Color Hex

#BE555C
(190,85,92)
0 Favorites   0 Comments

Color spaces of #be555c

RGB 1908592
HSL0.990.450.54
HSV356°55°75°
CMYK 0.000.550.52   0.25
XYZ26.415518.216912.2492
Yxy18.21690.46440.3203
Hunter Lab42.681335.781712.8611
CIE-Lab49.758142.854616.8275

#be555c color RGB value is (190,85,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 01011100
Octal 276 125 134
Decimal 190 85 92
Hex BE 55 5C

RGB Percentages of Color #be555c

%51.77
%23.16
%25.07

CMYK Percentages of Color #be555c

%0
%55
%52
%25

Triadic Colors of #be555c

#be555c #5cbe55 #555cbe

Analogous Colors of #be555c

#be555c #be8355 #be5591

Monochromatic Colors of #be555c

#be555c

Complementary Color

#be555c #55beb7

#be555c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be555c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be555c Color CSS Codes

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

#be555c Text Font Color

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

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


#be555c Background Color

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

This div background color is #be555c


#be555c Border Color

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

This div border color is #be555c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be555c


Comments

No comments written yet.

Please login to write comment.