Color Hex Logo

#be626a Color Hex

#BE626A
(190,98,106)
0 Favorites   0 Comments

Color spaces of #be626a

RGB 19098106
HSL0.990.410.56
HSV355°48°75°
CMYK 0.000.480.44   0.25
XYZ28.204420.723116.1491
Yxy20.72310.43340.3184
Hunter Lab45.522630.928410.8328
CIE-Lab52.645137.616212.4869

#be626a color RGB value is (190,98,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 01101010
Octal 276 142 152
Decimal 190 98 106
Hex BE 62 6A

RGB Percentages of Color #be626a

%48.22
%24.87
%26.90

CMYK Percentages of Color #be626a

%0
%48
%44
%25

Triadic Colors of #be626a

#be626a #6abe62 #626abe

Analogous Colors of #be626a

#be626a #be8862 #be6298

Monochromatic Colors of #be626a

#be626a

Complementary Color

#be626a #62beb6

#be626a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be626a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be626a Color CSS Codes

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

#be626a Text Font Color

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

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


#be626a Background Color

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

This div background color is #be626a


#be626a Border Color

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

This div border color is #be626a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be626a


Comments

No comments written yet.

Please login to write comment.