Color Hex Logo

#be585a Color Hex

#BE585A
(190,88,90)
0 Favorites   0 Comments

Color spaces of #be585a

RGB 1908890
HSL1.000.440.55
HSV359°54°75°
CMYK 0.000.540.53   0.25
XYZ26.570418.664811.8751
Yxy18.66480.46520.3268
Hunter Lab43.202834.175513.9450
CIE-Lab50.292741.186918.7423

#be585a color RGB value is (190,88,90).

#be585a hex color red value is 190, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #be585a hue: 1.00 , saturation: 0.44 and the lightness value of be585a is 0.55.

The process color (four color CMYK) of #be585a color hex is 0.00, 0.54, 0.53, 0.25. Web safe color of #be585a is #cc6666. Color #be585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 01011010
Octal 276 130 132
Decimal 190 88 90
Hex BE 58 5A

RGB Percentages of Color #be585a

%51.63
%23.91
%24.46

CMYK Percentages of Color #be585a

%0
%54
%53
%25

Triadic Colors of #be585a

#be585a #5abe58 #585abe

Analogous Colors of #be585a

#be585a #be8958 #be588d

Monochromatic Colors of #be585a

#be585a

Complementary Color

#be585a #58bebc

#be585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be585a Color CSS Codes

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

#be585a Text Font Color

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

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


#be585a Background Color

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

This div background color is #be585a


#be585a Border Color

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

This div border color is #be585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be585a


Comments

No comments written yet.

Please login to write comment.