Color Hex Logo

#be0adb Color Hex

#BE0ADB
(190,10,219)
0 Favorites   0 Comments

Color spaces of #be0adb

RGB 19010219
HSL0.810.910.45
HSV292°95°86°
CMYK 0.130.950.00   0.14
XYZ34.129916.278768.3611
Yxy16.27870.28740.1371
Hunter Lab40.346980.3883-72.2143
CIE-Lab47.338082.3788-62.0527

#be0adb color RGB value is (190,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001010 11011011
Octal 276 12 333
Decimal 190 10 219
Hex BE A DB

RGB Percentages of Color #be0adb

%45.35
%2.39
%52.27

CMYK Percentages of Color #be0adb

%13
%95
%0
%14

Triadic Colors of #be0adb

#be0adb #dbbe0a #0adbbe

Analogous Colors of #be0adb

#be0adb #db0a90 #550adb

Monochromatic Colors of #be0adb

#be0adb

Complementary Color

#be0adb #27db0a

#be0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0adb Color CSS Codes

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

#be0adb Text Font Color

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

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


#be0adb Background Color

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

This div background color is #be0adb


#be0adb Border Color

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

This div border color is #be0adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0adb


Comments

No comments written yet.

Please login to write comment.