Color Hex Logo

#be1def Color Hex

#BE1DEF
(190,29,239)
0 Favorites   0 Comments

Color spaces of #be1def

RGB 19029239
HSL0.790.870.53
HSV286°88°94°
CMYK 0.210.880.00   0.06
XYZ37.254618.057983.1833
Yxy18.05790.26900.1304
Hunter Lab42.494682.1237-86.3142
CIE-Lab49.566383.3049-69.7880

#be1def color RGB value is (190,29,239).

#be1def hex color red value is 190, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #be1def hue: 0.79 , saturation: 0.87 and the lightness value of be1def is 0.53.

The process color (four color CMYK) of #be1def color hex is 0.21, 0.88, 0.00, 0.06. Web safe color of #be1def is #cc33ff. Color #be1def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011101 11101111
Octal 276 35 357
Decimal 190 29 239
Hex BE 1D EF

RGB Percentages of Color #be1def

%41.48
%6.33
%52.18

CMYK Percentages of Color #be1def

%21
%88
%0
%6

Triadic Colors of #be1def

#be1def #efbe1d #1defbe

Analogous Colors of #be1def

#be1def #ef1db7 #551def

Monochromatic Colors of #be1def

#be1def

Complementary Color

#be1def #4eef1d

#be1def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1def Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1def Color CSS Codes

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

#be1def Text Font Color

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

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


#be1def Background Color

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

This div background color is #be1def


#be1def Border Color

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

This div border color is #be1def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1def


Comments

No comments written yet.

Please login to write comment.