Color Hex Logo

#be449d Color Hex

#BE449D
(190,68,157)
0 Favorites   0 Comments

Color spaces of #be449d

RGB 19068157
HSL0.880.480.51
HSV316°64°75°
CMYK 0.000.640.17   0.25
XYZ29.388117.515733.7302
Yxy17.51570.36450.2172
Hunter Lab41.851852.1012-18.4882
CIE-Lab48.903458.3461-23.4242

#be449d color RGB value is (190,68,157).

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

The process color (four color CMYK) of #be449d color hex is 0.00, 0.64, 0.17, 0.25. Web safe color of #be449d is #cc3399. Color #be449d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 10011101
Octal 276 104 235
Decimal 190 68 157
Hex BE 44 9D

RGB Percentages of Color #be449d

%45.78
%16.39
%37.83

CMYK Percentages of Color #be449d

%0
%64
%17
%25

Triadic Colors of #be449d

#be449d #9dbe44 #449dbe

Analogous Colors of #be449d

#be449d #be4460 #a244be

Monochromatic Colors of #be449d

#be449d

Complementary Color

#be449d #44be65

#be449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be449d Color CSS Codes

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

#be449d Text Font Color

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

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


#be449d Background Color

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

This div background color is #be449d


#be449d Border Color

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

This div border color is #be449d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be449d


Comments

No comments written yet.

Please login to write comment.