Color Hex Logo

#be8dec Color Hex

#BE8DEC
(190,141,236)
0 Favorites   0 Comments

Color spaces of #be8dec

RGB 190141236
HSL0.750.710.74
HSV271°40°93°
CMYK 0.190.400.00   0.07
XYZ45.900436.053083.8966
Yxy36.05300.27680.2174
Hunter Lab60.044231.3760-40.8120
CIE-Lab66.560436.4161-41.0089

#be8dec color RGB value is (190,141,236).

#be8dec hex color red value is 190, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #be8dec hue: 0.75 , saturation: 0.71 and the lightness value of be8dec is 0.74.

The process color (four color CMYK) of #be8dec color hex is 0.19, 0.40, 0.00, 0.07. Web safe color of #be8dec is #cc99ff. Color #be8dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001101 11101100
Octal 276 215 354
Decimal 190 141 236
Hex BE 8D EC

RGB Percentages of Color #be8dec

%33.51
%24.87
%41.62

CMYK Percentages of Color #be8dec

%19
%40
%0
%7

Triadic Colors of #be8dec

#be8dec #ecbe8d #8decbe

Analogous Colors of #be8dec

#be8dec #ec8deb #8f8dec

Monochromatic Colors of #be8dec

#be8dec

Complementary Color

#be8dec #bbec8d

#be8dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8dec Color CSS Codes

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

#be8dec Text Font Color

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

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


#be8dec Background Color

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

This div background color is #be8dec


#be8dec Border Color

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

This div border color is #be8dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8dec


Comments

No comments written yet.

Please login to write comment.