Color Hex Logo

#be1adb Color Hex

#BE1ADB
(190,26,219)
0 Favorites   0 Comments

Color spaces of #be1adb

RGB 19026219
HSL0.810.790.48
HSV291°88°86°
CMYK 0.130.880.00   0.14
XYZ34.390816.800468.4480
Yxy16.80040.28750.1404
Hunter Lab40.988378.0391-70.3190
CIE-Lab48.007580.3962-60.9709

#be1adb color RGB value is (190,26,219).

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

The process color (four color CMYK) of #be1adb color hex is 0.13, 0.88, 0.00, 0.14. Web safe color of #be1adb is #cc33cc. Color #be1adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011010 11011011
Octal 276 32 333
Decimal 190 26 219
Hex BE 1A DB

RGB Percentages of Color #be1adb

%43.68
%5.98
%50.34

CMYK Percentages of Color #be1adb

%13
%88
%0
%14

Triadic Colors of #be1adb

#be1adb #dbbe1a #1adbbe

Analogous Colors of #be1adb

#be1adb #db1a98 #5e1adb

Monochromatic Colors of #be1adb

#be1adb

Complementary Color

#be1adb #37db1a

#be1adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1adb Color CSS Codes

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

#be1adb Text Font Color

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

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


#be1adb Background Color

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

This div background color is #be1adb


#be1adb Border Color

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

This div border color is #be1adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1adb


Comments

No comments written yet.

Please login to write comment.