Color Hex Logo

#be5cde Color Hex

#BE5CDE
(190,92,222)
0 Favorites   0 Comments

Color spaces of #be5cde

RGB 19092222
HSL0.790.660.62
HSV285°59°87°
CMYK 0.140.590.00   0.13
XYZ38.247223.875471.6998
Yxy23.87540.28580.1784
Hunter Lab48.862554.2120-52.7972
CIE-Lab55.962858.9548-49.9262

#be5cde color RGB value is (190,92,222).

#be5cde hex color red value is 190, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be5cde hue: 0.79 , saturation: 0.66 and the lightness value of be5cde is 0.62.

The process color (four color CMYK) of #be5cde color hex is 0.14, 0.59, 0.00, 0.13. Web safe color of #be5cde is #cc66cc. Color #be5cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011100 11011110
Octal 276 134 336
Decimal 190 92 222
Hex BE 5C DE

RGB Percentages of Color #be5cde

%37.70
%18.25
%44.05

CMYK Percentages of Color #be5cde

%14
%59
%0
%13

Triadic Colors of #be5cde

#be5cde #debe5c #5cdebe

Analogous Colors of #be5cde

#be5cde #de5cbd #7d5cde

Monochromatic Colors of #be5cde

#be5cde

Complementary Color

#be5cde #7cde5c

#be5cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5cde Color CSS Codes

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

#be5cde Text Font Color

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

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


#be5cde Background Color

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

This div background color is #be5cde


#be5cde Border Color

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

This div border color is #be5cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5cde


Comments

No comments written yet.

Please login to write comment.