Color Hex Logo

#be646d Color Hex

#BE646D
(190,100,109)
0 Favorites   0 Comments

Color spaces of #be646d

RGB 190100109
HSL0.980.410.57
HSV354°47°75°
CMYK 0.000.470.43   0.25
XYZ28.552721.165617.0485
Yxy21.16560.42760.3170
Hunter Lab46.006130.271610.2331
CIE-Lab53.130336.892211.3934

#be646d color RGB value is (190,100,109).

#be646d hex color red value is 190, green value is 100 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #be646d hue: 0.98 , saturation: 0.41 and the lightness value of be646d is 0.57.

The process color (four color CMYK) of #be646d color hex is 0.00, 0.47, 0.43, 0.25. Web safe color of #be646d is #cc6666. Color #be646d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 01101101
Octal 276 144 155
Decimal 190 100 109
Hex BE 64 6D

RGB Percentages of Color #be646d

%47.62
%25.06
%27.32

CMYK Percentages of Color #be646d

%0
%47
%43
%25

Triadic Colors of #be646d

#be646d #6dbe64 #646dbe

Analogous Colors of #be646d

#be646d #be8864 #be649a

Monochromatic Colors of #be646d

#be646d

Complementary Color

#be646d #64beb5

#be646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be646d Color CSS Codes

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

#be646d Text Font Color

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

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


#be646d Background Color

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

This div background color is #be646d


#be646d Border Color

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

This div border color is #be646d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be646d


Comments

No comments written yet.

Please login to write comment.