Color Hex Logo

#be1dde Color Hex

#BE1DDE
(190,29,222)
0 Favorites   0 Comments

Color spaces of #be1dde

RGB 19029222
HSL0.810.770.49
HSV290°87°87°
CMYK 0.140.870.00   0.13
XYZ34.859417.099870.5705
Yxy17.09980.28450.1396
Hunter Lab41.351978.1086-72.2370
CIE-Lab48.385580.3779-62.0721

#be1dde color RGB value is (190,29,222).

#be1dde hex color red value is 190, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be1dde hue: 0.81 , saturation: 0.77 and the lightness value of be1dde is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011101 11011110
Octal 276 35 336
Decimal 190 29 222
Hex BE 1D DE

RGB Percentages of Color #be1dde

%43.08
%6.58
%50.34

CMYK Percentages of Color #be1dde

%14
%87
%0
%13

Triadic Colors of #be1dde

#be1dde #debe1d #1ddebe

Analogous Colors of #be1dde

#be1dde #de1d9e #5e1dde

Monochromatic Colors of #be1dde

#be1dde

Complementary Color

#be1dde #3dde1d

#be1dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1dde Color CSS Codes

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

#be1dde Text Font Color

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

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


#be1dde Background Color

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

This div background color is #be1dde


#be1dde Border Color

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

This div border color is #be1dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,29,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be1dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1dde


Comments

No comments written yet.

Please login to write comment.