Color Hex Logo

#be476d Color Hex

#BE476D
(190,71,109)
0 Favorites   0 Comments

Color spaces of #be476d

RGB 19071109
HSL0.950.480.51
HSV341°63°75°
CMYK 0.000.630.43   0.25
XYZ26.248816.557816.2805
Yxy16.55780.44420.2802
Hunter Lab40.691343.93564.7621
CIE-Lab47.698051.04683.6710

#be476d color RGB value is (190,71,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 01101101
Octal 276 107 155
Decimal 190 71 109
Hex BE 47 6D

RGB Percentages of Color #be476d

%51.35
%19.19
%29.46

CMYK Percentages of Color #be476d

%0
%63
%43
%25

Triadic Colors of #be476d

#be476d #6dbe47 #476dbe

Analogous Colors of #be476d

#be476d #be5d47 #be47a9

Monochromatic Colors of #be476d

#be476d

Complementary Color

#be476d #47be98

#be476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be476d Color CSS Codes

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

#be476d Text Font Color

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

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


#be476d Background Color

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

This div background color is #be476d


#be476d Border Color

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

This div border color is #be476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be476d


Comments

No comments written yet.

Please login to write comment.