color codes Logo

#be505c color codes

#BE505C
(190,80,92)
0 Favorites   0 Comments

Color spaces of #be505c

RGB 1908092
HSL0.980.460.53
HSV353°58°75°
CMYK 0.000.580.52   0.25
XYZ26.035617.457212.1226
Yxy17.45720.46810.3139
Hunter Lab41.781838.110912.0448
CIE-Lab48.831045.279015.5628

#be505c color RGB value is (190,80,92).

#be505c hex color red value is 190, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be505c hue: 0.98 , saturation: 0.46 and the lightness value of be505c is 0.53.

The process color (four color CMYK) of #be505c color code is 0.00, 0.58, 0.52, 0.25. Web safe color of #be505c is #cc6666. Color #be505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 01011100
Octal 276 120 134
Decimal 190 80 92
Hex BE 50 5C

RGB Percentages of Color #be505c

%52.49
%22.10
%25.41

CMYK Percentages of Color #be505c

%0
%58
%52
%25

Triadic Colors of #be505c

#be505c #5cbe50 #505cbe

Analogous Colors of #be505c

#be505c #be7b50 #be5093

Monochromatic Colors of #be505c

#be505c

Complementary Color

#be505c #50beb2

#be505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be505c Color CSS Codes

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

#be505c Text Font Color

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

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


#be505c Background Color

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

This div background color is #be505c


#be505c Border Color

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

This div border color is #be505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be505c


Comments

No comments written yet.

Please login to write comment.