Color Hex Logo

#be748f Color Hex

#BE748F
(190,116,143)
0 Favorites   0 Comments

Color spaces of #be748f

RGB 190116143
HSL0.940.360.60
HSV338°39°75°
CMYK 0.000.390.25   0.25
XYZ32.438525.421129.1837
Yxy25.42110.37270.2921
Hunter Lab50.419326.60840.9753
CIE-Lab57.483432.6781-2.2550

#be748f color RGB value is (190,116,143).

#be748f hex color red value is 190, green value is 116 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be748f hue: 0.94 , saturation: 0.36 and the lightness value of be748f is 0.60.

The process color (four color CMYK) of #be748f color hex is 0.00, 0.39, 0.25, 0.25. Web safe color of #be748f is #cc6699. Color #be748f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110100 10001111
Octal 276 164 217
Decimal 190 116 143
Hex BE 74 8F

RGB Percentages of Color #be748f

%42.32
%25.84
%31.85

CMYK Percentages of Color #be748f

%0
%39
%25
%25

Triadic Colors of #be748f

#be748f #8fbe74 #748fbe

Analogous Colors of #be748f

#be748f #be7e74 #be74b4

Monochromatic Colors of #be748f

#be748f

Complementary Color

#be748f #74bea3

#be748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be748f Color CSS Codes

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

#be748f Text Font Color

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

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


#be748f Background Color

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

This div background color is #be748f


#be748f Border Color

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

This div border color is #be748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be748f


Comments

No comments written yet.

Please login to write comment.