Color Hex Logo

#be8caf Color Hex

#BE8CAF
(190,140,175)
0 Favorites   0 Comments

Color spaces of #be8caf

RGB 190140175
HSL0.880.280.65
HSV318°26°75°
CMYK 0.000.260.08   0.25
XYZ38.351232.798544.8669
Yxy32.79850.33060.2827
Hunter Lab57.270019.3112-6.3605
CIE-Lab63.997424.6572-10.9016

#be8caf color RGB value is (190,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 10101111
Octal 276 214 257
Decimal 190 140 175
Hex BE 8C AF

RGB Percentages of Color #be8caf

%37.62
%27.72
%34.65

CMYK Percentages of Color #be8caf

%0
%26
%8
%25

Triadic Colors of #be8caf

#be8caf #afbe8c #8cafbe

Analogous Colors of #be8caf

#be8caf #be8c96 #b48cbe

Monochromatic Colors of #be8caf

#be8caf

Complementary Color

#be8caf #8cbe9b

#be8caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8caf Color CSS Codes

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

#be8caf Text Font Color

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

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


#be8caf Background Color

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

This div background color is #be8caf


#be8caf Border Color

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

This div border color is #be8caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8caf


Comments

No comments written yet.

Please login to write comment.