Color Hex Logo

#be448d Color Hex

#BE448D
(190,68,141)
0 Favorites   0 Comments

Color spaces of #be448d

RGB 19068141
HSL0.900.480.51
HSV324°64°75°
CMYK 0.000.640.26   0.25
XYZ28.110017.004526.9999
Yxy17.00450.38980.2358
Hunter Lab41.236549.5155-9.9550
CIE-Lab48.265756.1204-14.8475

#be448d color RGB value is (190,68,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 10001101
Octal 276 104 215
Decimal 190 68 141
Hex BE 44 8D

RGB Percentages of Color #be448d

%47.62
%17.04
%35.34

CMYK Percentages of Color #be448d

%0
%64
%26
%25

Triadic Colors of #be448d

#be448d #8dbe44 #448dbe

Analogous Colors of #be448d

#be448d #be4450 #b244be

Monochromatic Colors of #be448d

#be448d

Complementary Color

#be448d #44be75

#be448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be448d Color CSS Codes

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

#be448d Text Font Color

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

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


#be448d Background Color

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

This div background color is #be448d


#be448d Border Color

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

This div border color is #be448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be448d


Comments

No comments written yet.

Please login to write comment.