Color Hex Logo

#be8cbf Color Hex

#BE8CBF
(190,140,191)
0 Favorites   0 Comments

Color spaces of #be8cbf

RGB 190140191
HSL0.830.280.65
HSV299°27°75°
CMYK 0.010.270.00   0.25
XYZ40.017333.464953.6404
Yxy33.46490.31480.2632
Hunter Lab57.848922.2430-14.4825
CIE-Lab64.535627.6123-19.1032

#be8cbf color RGB value is (190,140,191).

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

The process color (four color CMYK) of #be8cbf color hex is 0.01, 0.27, 0.00, 0.25. Web safe color of #be8cbf is #cc99cc. Color #be8cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001100 10111111
Octal 276 214 277
Decimal 190 140 191
Hex BE 8C BF

RGB Percentages of Color #be8cbf

%36.47
%26.87
%36.66

CMYK Percentages of Color #be8cbf

%1
%27
%0
%25

Triadic Colors of #be8cbf

#be8cbf #bfbe8c #8cbfbe

Analogous Colors of #be8cbf

#be8cbf #bf8ca7 #a58cbf

Monochromatic Colors of #be8cbf

#be8cbf

Complementary Color

#be8cbf #8dbf8c

#be8cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8cbf Color CSS Codes

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

#be8cbf Text Font Color

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

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


#be8cbf Background Color

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

This div background color is #be8cbf


#be8cbf Border Color

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

This div border color is #be8cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8cbf


Comments

No comments written yet.

Please login to write comment.