Color Hex Logo

#be1bdb Color Hex

#BE1BDB
(190,27,219)
0 Favorites   0 Comments

Color spaces of #be1bdb

RGB 19027219
HSL0.810.780.48
HSV291°88°86°
CMYK 0.130.880.00   0.14
XYZ34.413316.845568.4556
Yxy16.84550.28750.1407
Hunter Lab41.043377.8401-70.1588
CIE-Lab48.064880.2272-60.8786

#be1bdb color RGB value is (190,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011011 11011011
Octal 276 33 333
Decimal 190 27 219
Hex BE 1B DB

RGB Percentages of Color #be1bdb

%43.58
%6.19
%50.23

CMYK Percentages of Color #be1bdb

%13
%88
%0
%14

Triadic Colors of #be1bdb

#be1bdb #dbbe1b #1bdbbe

Analogous Colors of #be1bdb

#be1bdb #db1b98 #5e1bdb

Monochromatic Colors of #be1bdb

#be1bdb

Complementary Color

#be1bdb #38db1b

#be1bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1bdb Color CSS Codes

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

#be1bdb Text Font Color

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

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


#be1bdb Background Color

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

This div background color is #be1bdb


#be1bdb Border Color

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

This div border color is #be1bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1bdb


Comments

No comments written yet.

Please login to write comment.