Color Hex Logo

#be625e Color Hex

#BE625E
(190,98,94)
0 Favorites   0 Comments

Color spaces of #be625e

RGB 1909894
HSL0.010.420.56
HSV51°75°
CMYK 0.000.480.51   0.25
XYZ27.623320.490713.0889
Yxy20.49070.45130.3348
Hunter Lab45.266729.710314.5429
CIE-Lab52.387536.420119.2034

#be625e color RGB value is (190,98,94).

#be625e hex color red value is 190, green value is 98 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be625e hue: 0.01 , saturation: 0.42 and the lightness value of be625e is 0.56.

The process color (four color CMYK) of #be625e color hex is 0.00, 0.48, 0.51, 0.25. Web safe color of #be625e is #cc6666. Color #be625e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 01011110
Octal 276 142 136
Decimal 190 98 94
Hex BE 62 5E

RGB Percentages of Color #be625e

%49.74
%25.65
%24.61

CMYK Percentages of Color #be625e

%0
%48
%51
%25

Triadic Colors of #be625e

#be625e #5ebe62 #625ebe

Analogous Colors of #be625e

#be625e #be925e #be5e8a

Monochromatic Colors of #be625e

#be625e

Complementary Color

#be625e #5ebabe

#be625e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be625e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be625e Color CSS Codes

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

#be625e Text Font Color

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

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


#be625e Background Color

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

This div background color is #be625e


#be625e Border Color

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

This div border color is #be625e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be625e


Comments

No comments written yet.

Please login to write comment.