Color Hex Logo

#be92db Color Hex

#BE92DB
(190,146,219)
0 Favorites   0 Comments

Color spaces of #be92db

RGB 190146219
HSL0.770.500.72
HSV276°33°86°
CMYK 0.130.330.00   0.14
XYZ44.300336.619471.7512
Yxy36.61940.29020.2399
Hunter Lab60.514024.7746-27.9402
CIE-Lab66.990529.9498-30.9545

#be92db color RGB value is (190,146,219).

#be92db hex color red value is 190, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be92db hue: 0.77 , saturation: 0.50 and the lightness value of be92db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 11011011
Octal 276 222 333
Decimal 190 146 219
Hex BE 92 DB

RGB Percentages of Color #be92db

%34.23
%26.31
%39.46

CMYK Percentages of Color #be92db

%13
%33
%0
%14

Triadic Colors of #be92db

#be92db #dbbe92 #92dbbe

Analogous Colors of #be92db

#be92db #db92d4 #9a92db

Monochromatic Colors of #be92db

#be92db

Complementary Color

#be92db #afdb92

#be92db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92db Color CSS Codes

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

#be92db Text Font Color

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

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


#be92db Background Color

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

This div background color is #be92db


#be92db Border Color

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

This div border color is #be92db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,146,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 #be92db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92db


Comments

No comments written yet.

Please login to write comment.