Color Hex Logo

#be68db Color Hex

#BE68DB
(190,104,219)
0 Favorites   0 Comments

Color spaces of #be68db

RGB 190104219
HSL0.790.610.63
HSV285°53°86°
CMYK 0.130.530.00   0.14
XYZ38.971725.962369.9750
Yxy25.96230.28890.1924
Hunter Lab50.953247.3581-45.7568
CIE-Lab58.001252.4848-45.0051

#be68db color RGB value is (190,104,219).

#be68db hex color red value is 190, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be68db hue: 0.79 , saturation: 0.61 and the lightness value of be68db is 0.63.

The process color (four color CMYK) of #be68db color hex is 0.13, 0.53, 0.00, 0.14. Web safe color of #be68db is #cc66cc. Color #be68db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 11011011
Octal 276 150 333
Decimal 190 104 219
Hex BE 68 DB

RGB Percentages of Color #be68db

%37.04
%20.27
%42.69

CMYK Percentages of Color #be68db

%13
%53
%0
%14

Triadic Colors of #be68db

#be68db #dbbe68 #68dbbe

Analogous Colors of #be68db

#be68db #db68bf #8568db

Monochromatic Colors of #be68db

#be68db

Complementary Color

#be68db #85db68

#be68db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68db Color CSS Codes

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

#be68db Text Font Color

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

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


#be68db Background Color

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

This div background color is #be68db


#be68db Border Color

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

This div border color is #be68db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68db


Comments

No comments written yet.

Please login to write comment.