Color Hex Logo

#be3973 Color Hex

#BE3973
(190,57,115)
0 Favorites   0 Comments

Color spaces of #be3973

RGB 19057115
HSL0.930.540.48
HSV334°70°75°
CMYK 0.000.700.39   0.25
XYZ25.792815.111217.7770
Yxy15.11120.43950.2575
Hunter Lab38.873150.40900.0974
CIE-Lab45.786157.3909-2.7829

#be3973 color RGB value is (190,57,115).

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

The process color (four color CMYK) of #be3973 color hex is 0.00, 0.70, 0.39, 0.25. Web safe color of #be3973 is #cc3366. Color #be3973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01110011
Octal 276 71 163
Decimal 190 57 115
Hex BE 39 73

RGB Percentages of Color #be3973

%52.49
%15.75
%31.77

CMYK Percentages of Color #be3973

%0
%70
%39
%25

Triadic Colors of #be3973

#be3973 #73be39 #3973be

Analogous Colors of #be3973

#be3973 #be4139 #be39b6

Monochromatic Colors of #be3973

#be3973

Complementary Color

#be3973 #39be84

#be3973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3973 Color CSS Codes

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

#be3973 Text Font Color

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

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


#be3973 Background Color

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

This div background color is #be3973


#be3973 Border Color

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

This div border color is #be3973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3973


Comments

No comments written yet.

Please login to write comment.