Color Hex Logo

#be384f Color Hex

#BE384F
(190,56,79)
0 Favorites   0 Comments

Color spaces of #be384f

RGB 1905679
HSL0.970.540.48
HSV350°71°75°
CMYK 0.000.710.58   0.25
XYZ24.060714.34008.8969
Yxy14.34000.50870.3032
Hunter Lab37.868247.146012.5779
CIE-Lab44.716654.586117.8966

#be384f color RGB value is (190,56,79).

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

The process color (four color CMYK) of #be384f color hex is 0.00, 0.71, 0.58, 0.25. Web safe color of #be384f is #cc3366. Color #be384f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 01001111
Octal 276 70 117
Decimal 190 56 79
Hex BE 38 4F

RGB Percentages of Color #be384f

%58.46
%17.23
%24.31

CMYK Percentages of Color #be384f

%0
%71
%58
%25

Triadic Colors of #be384f

#be384f #4fbe38 #384fbe

Analogous Colors of #be384f

#be384f #be6438 #be3892

Monochromatic Colors of #be384f

#be384f

Complementary Color

#be384f #38bea7

#be384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be384f Color CSS Codes

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

#be384f Text Font Color

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

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


#be384f Background Color

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

This div background color is #be384f


#be384f Border Color

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

This div border color is #be384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be384f


Comments

No comments written yet.

Please login to write comment.