Color Hex Logo

#be1deb Color Hex

#BE1DEB
(190,29,235)
0 Favorites   0 Comments

Color spaces of #be1deb

RGB 19029235
HSL0.800.840.52
HSV287°88°92°
CMYK 0.190.880.00   0.08
XYZ36.670017.824080.1049
Yxy17.82400.27240.1324
Hunter Lab42.218581.1587-82.9433
CIE-Lab49.281982.6063-67.9944

#be1deb color RGB value is (190,29,235).

#be1deb hex color red value is 190, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be1deb hue: 0.80 , saturation: 0.84 and the lightness value of be1deb is 0.52.

The process color (four color CMYK) of #be1deb color hex is 0.19, 0.88, 0.00, 0.08. Web safe color of #be1deb is #cc33ff. Color #be1deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011101 11101011
Octal 276 35 353
Decimal 190 29 235
Hex BE 1D EB

RGB Percentages of Color #be1deb

%41.85
%6.39
%51.76

CMYK Percentages of Color #be1deb

%19
%88
%0
%8

Triadic Colors of #be1deb

#be1deb #ebbe1d #1debbe

Analogous Colors of #be1deb

#be1deb #eb1db1 #571deb

Monochromatic Colors of #be1deb

#be1deb

Complementary Color

#be1deb #4aeb1d

#be1deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1deb Color CSS Codes

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

#be1deb Text Font Color

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

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


#be1deb Background Color

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

This div background color is #be1deb


#be1deb Border Color

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

This div border color is #be1deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1deb


Comments

No comments written yet.

Please login to write comment.