Color Hex Logo

#be486c Color Hex

#BE486C
(190,72,108)
0 Favorites   0 Comments

Color spaces of #be486c

RGB 19072108
HSL0.950.480.51
HSV342°62°75°
CMYK 0.000.620.43   0.25
XYZ26.259316.664616.0199
Yxy16.66460.44550.2827
Hunter Lab40.822343.38275.3084
CIE-Lab47.834650.50114.4761

#be486c color RGB value is (190,72,108).

#be486c hex color red value is 190, green value is 72 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #be486c hue: 0.95 , saturation: 0.48 and the lightness value of be486c is 0.51.

The process color (four color CMYK) of #be486c color hex is 0.00, 0.62, 0.43, 0.25. Web safe color of #be486c is #cc3366. Color #be486c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 01101100
Octal 276 110 154
Decimal 190 72 108
Hex BE 48 6C

RGB Percentages of Color #be486c

%51.35
%19.46
%29.19

CMYK Percentages of Color #be486c

%0
%62
%43
%25

Triadic Colors of #be486c

#be486c #6cbe48 #486cbe

Analogous Colors of #be486c

#be486c #be5f48 #be48a7

Monochromatic Colors of #be486c

#be486c

Complementary Color

#be486c #48be9a

#be486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be486c Color CSS Codes

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

#be486c Text Font Color

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

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


#be486c Background Color

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

This div background color is #be486c


#be486c Border Color

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

This div border color is #be486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be486c


Comments

No comments written yet.

Please login to write comment.