Color Hex Logo

#be4489 Color Hex

#BE4489
(190,68,137)
0 Favorites   0 Comments

Color spaces of #be4489

RGB 19068137
HSL0.910.480.51
HSV326°64°75°
CMYK 0.000.640.28   0.25
XYZ27.817716.887525.4604
Yxy16.88750.39650.2407
Hunter Lab41.094448.9153-7.9676
CIE-Lab48.118055.5985-12.6672

#be4489 color RGB value is (190,68,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 10001001
Octal 276 104 211
Decimal 190 68 137
Hex BE 44 89

RGB Percentages of Color #be4489

%48.10
%17.22
%34.68

CMYK Percentages of Color #be4489

%0
%64
%28
%25

Triadic Colors of #be4489

#be4489 #89be44 #4489be

Analogous Colors of #be4489

#be4489 #be444c #b644be

Monochromatic Colors of #be4489

#be4489

Complementary Color

#be4489 #44be79

#be4489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4489 Color CSS Codes

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

#be4489 Text Font Color

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

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


#be4489 Background Color

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

This div background color is #be4489


#be4489 Border Color

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

This div border color is #be4489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4489


Comments

No comments written yet.

Please login to write comment.