Color Hex Logo

#be4576 Color Hex

#BE4576
(190,69,118)
0 Favorites   0 Comments

Color spaces of #be4576

RGB 19069118
HSL0.930.480.51
HSV336°64°75°
CMYK 0.000.640.38   0.25
XYZ26.633316.511418.9228
Yxy16.51140.42910.2660
Hunter Lab40.634245.88620.8334
CIE-Lab47.638452.8857-1.8891

#be4576 color RGB value is (190,69,118).

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

The process color (four color CMYK) of #be4576 color hex is 0.00, 0.64, 0.38, 0.25. Web safe color of #be4576 is #cc3366. Color #be4576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000101 01110110
Octal 276 105 166
Decimal 190 69 118
Hex BE 45 76

RGB Percentages of Color #be4576

%50.40
%18.30
%31.30

CMYK Percentages of Color #be4576

%0
%64
%38
%25

Triadic Colors of #be4576

#be4576 #76be45 #4576be

Analogous Colors of #be4576

#be4576 #be5045 #be45b3

Monochromatic Colors of #be4576

#be4576

Complementary Color

#be4576 #45be8d

#be4576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4576 Color CSS Codes

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

#be4576 Text Font Color

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

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


#be4576 Background Color

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

This div background color is #be4576


#be4576 Border Color

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

This div border color is #be4576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4576


Comments

No comments written yet.

Please login to write comment.