Color Hex Logo

#be69db Color Hex

#BE69DB
(190,105,219)
0 Favorites   0 Comments

Color spaces of #be69db

RGB 190105219
HSL0.790.610.64
HSV285°52°86°
CMYK 0.130.520.00   0.14
XYZ39.073026.164870.0088
Yxy26.16480.28890.1935
Hunter Lab51.151546.8352-45.3415
CIE-Lab58.193151.9792-44.7020

#be69db color RGB value is (190,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 11011011
Octal 276 151 333
Decimal 190 105 219
Hex BE 69 DB

RGB Percentages of Color #be69db

%36.96
%20.43
%42.61

CMYK Percentages of Color #be69db

%13
%52
%0
%14

Triadic Colors of #be69db

#be69db #dbbe69 #69dbbe

Analogous Colors of #be69db

#be69db #db69bf #8569db

Monochromatic Colors of #be69db

#be69db

Complementary Color

#be69db #86db69

#be69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be69db Color CSS Codes

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

#be69db Text Font Color

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

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


#be69db Background Color

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

This div background color is #be69db


#be69db Border Color

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

This div border color is #be69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be69db


Comments

No comments written yet.

Please login to write comment.