Color Hex Logo

#be727d Color Hex

#BE727D
(190,114,125)
0 Favorites   0 Comments

Color spaces of #be727d

RGB 190114125
HSL0.980.370.60
HSV351°40°75°
CMYK 0.000.400.34   0.25
XYZ30.954224.462422.4923
Yxy24.46240.39730.3140
Hunter Lab49.459525.16017.6588
CIE-Lab56.547831.29816.8542

#be727d color RGB value is (190,114,125).

#be727d hex color red value is 190, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #be727d hue: 0.98 , saturation: 0.37 and the lightness value of be727d is 0.60.

The process color (four color CMYK) of #be727d color hex is 0.00, 0.40, 0.34, 0.25. Web safe color of #be727d is #cc6666. Color #be727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 01111101
Octal 276 162 175
Decimal 190 114 125
Hex BE 72 7D

RGB Percentages of Color #be727d

%44.29
%26.57
%29.14

CMYK Percentages of Color #be727d

%0
%40
%34
%25

Triadic Colors of #be727d

#be727d #7dbe72 #727dbe

Analogous Colors of #be727d

#be727d #be8d72 #be72a3

Monochromatic Colors of #be727d

#be727d

Complementary Color

#be727d #72beb3

#be727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be727d Color CSS Codes

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

#be727d Text Font Color

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

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


#be727d Background Color

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

This div background color is #be727d


#be727d Border Color

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

This div border color is #be727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be727d


Comments

No comments written yet.

Please login to write comment.