Color Hex Logo

#be09db Color Hex

#BE09DB
(190,9,219)
0 Favorites   0 Comments

Color spaces of #be09db

RGB 1909219
HSL0.810.920.45
HSV292°96°86°
CMYK 0.130.960.00   0.14
XYZ34.119116.257068.3575
Yxy16.25700.28740.1369
Hunter Lab40.320080.4883-72.2948
CIE-Lab47.309982.4627-62.0982

#be09db color RGB value is (190,9,219).

#be09db hex color red value is 190, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be09db hue: 0.81 , saturation: 0.92 and the lightness value of be09db is 0.45.

The process color (four color CMYK) of #be09db color hex is 0.13, 0.96, 0.00, 0.14. Web safe color of #be09db is #cc00cc. Color #be09db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 11011011
Octal 276 11 333
Decimal 190 9 219
Hex BE 9 DB

RGB Percentages of Color #be09db

%45.45
%2.15
%52.39

CMYK Percentages of Color #be09db

%13
%96
%0
%14

Triadic Colors of #be09db

#be09db #dbbe09 #09dbbe

Analogous Colors of #be09db

#be09db #db098f #5509db

Monochromatic Colors of #be09db

#be09db

Complementary Color

#be09db #26db09

#be09db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be09db Color Preview on White Background

Lorem ipsum dolor sit amet.

#be09db Color CSS Codes

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

#be09db Text Font Color

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

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


#be09db Background Color

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

This div background color is #be09db


#be09db Border Color

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

This div border color is #be09db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be09db


Comments

No comments written yet.

Please login to write comment.