Color Hex Logo

#be948c Color Hex

#BE948C
(190,148,140)
0 Favorites   0 Comments

Color spaces of #be948c

RGB 190148140
HSL0.030.280.65
HSV10°26°75°
CMYK 0.000.220.26   0.25
XYZ36.558734.020429.4507
Yxy34.02040.36550.3401
Hunter Lab58.32709.809510.8920
CIE-Lab64.978814.578910.2759

#be948c color RGB value is (190,148,140).

#be948c hex color red value is 190, green value is 148 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #be948c hue: 0.03 , saturation: 0.28 and the lightness value of be948c is 0.65.

The process color (four color CMYK) of #be948c color hex is 0.00, 0.22, 0.26, 0.25. Web safe color of #be948c is #cc9999. Color #be948c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 10001100
Octal 276 224 214
Decimal 190 148 140
Hex BE 94 8C

RGB Percentages of Color #be948c

%39.75
%30.96
%29.29

CMYK Percentages of Color #be948c

%0
%22
%26
%25

Triadic Colors of #be948c

#be948c #8cbe94 #948cbe

Analogous Colors of #be948c

#be948c #bead8c #be8c9d

Monochromatic Colors of #be948c

#be948c

Complementary Color

#be948c #8cb6be

#be948c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be948c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be948c Color CSS Codes

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

#be948c Text Font Color

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

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


#be948c Background Color

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

This div background color is #be948c


#be948c Border Color

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

This div border color is #be948c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be948c


Comments

No comments written yet.

Please login to write comment.