Color Hex Logo

#be498d Color Hex

#BE498D
(190,73,141)
0 Favorites   0 Comments

Color spaces of #be498d

RGB 19073141
HSL0.900.470.52
HSV325°62°75°
CMYK 0.000.620.26   0.25
XYZ28.425517.635327.1051
Yxy17.63530.38850.2410
Hunter Lab41.994447.3343-8.8724
CIE-Lab49.050753.9783-13.6570

#be498d color RGB value is (190,73,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 10001101
Octal 276 111 215
Decimal 190 73 141
Hex BE 49 8D

RGB Percentages of Color #be498d

%47.03
%18.07
%34.90

CMYK Percentages of Color #be498d

%0
%62
%26
%25

Triadic Colors of #be498d

#be498d #8dbe49 #498dbe

Analogous Colors of #be498d

#be498d #be4952 #b549be

Monochromatic Colors of #be498d

#be498d

Complementary Color

#be498d #49be7a

#be498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be498d Color CSS Codes

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

#be498d Text Font Color

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

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


#be498d Background Color

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

This div background color is #be498d


#be498d Border Color

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

This div border color is #be498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be498d


Comments

No comments written yet.

Please login to write comment.