Color Hex Logo

#be9cdb Color Hex

#BE9CDB
(190,156,219)
0 Favorites   0 Comments

Color spaces of #be9cdb

RGB 190156219
HSL0.760.470.74
HSV272°29°86°
CMYK 0.130.290.00   0.14
XYZ45.909939.838672.2877
Yxy39.83860.29050.2521
Hunter Lab63.117819.3790-23.7213
CIE-Lab69.354424.4000-27.3115

#be9cdb color RGB value is (190,156,219).

#be9cdb hex color red value is 190, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be9cdb hue: 0.76 , saturation: 0.47 and the lightness value of be9cdb is 0.74.

The process color (four color CMYK) of #be9cdb color hex is 0.13, 0.29, 0.00, 0.14. Web safe color of #be9cdb is #cc99cc. Color #be9cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 11011011
Octal 276 234 333
Decimal 190 156 219
Hex BE 9C DB

RGB Percentages of Color #be9cdb

%33.63
%27.61
%38.76

CMYK Percentages of Color #be9cdb

%13
%29
%0
%14

Triadic Colors of #be9cdb

#be9cdb #dbbe9c #9cdbbe

Analogous Colors of #be9cdb

#be9cdb #db9cd9 #9f9cdb

Monochromatic Colors of #be9cdb

#be9cdb

Complementary Color

#be9cdb #b9db9c

#be9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cdb Color CSS Codes

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

#be9cdb Text Font Color

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

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


#be9cdb Background Color

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

This div background color is #be9cdb


#be9cdb Border Color

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

This div border color is #be9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cdb


Comments

No comments written yet.

Please login to write comment.