Color Hex Logo

#be51de Color Hex

#BE51DE
(190,81,222)
0 Favorites   1 Comments

Color spaces of #be51de

RGB 19081222
HSL0.800.680.59
HSV286°64°87°
CMYK 0.140.640.00   0.13
XYZ37.362522.105971.4049
Yxy22.10590.28550.1689
Hunter Lab47.016959.5674-57.1323
CIE-Lab54.139263.9469-52.8315

#be51de color RGB value is (190,81,222).

#be51de hex color red value is 190, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be51de hue: 0.80 , saturation: 0.68 and the lightness value of be51de is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 11011110
Octal 276 121 336
Decimal 190 81 222
Hex BE 51 DE

RGB Percentages of Color #be51de

%38.54
%16.43
%45.03

CMYK Percentages of Color #be51de

%14
%64
%0
%13

Triadic Colors of #be51de

#be51de #debe51 #51debe

Analogous Colors of #be51de

#be51de #de51b8 #7851de

Monochromatic Colors of #be51de

#be51de

Complementary Color

#be51de #71de51

#be51de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be51de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be51de Color CSS Codes

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

#be51de Text Font Color

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

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


#be51de Background Color

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

This div background color is #be51de


#be51de Border Color

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

This div border color is #be51de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be51de


Comments

14 Oct 2015, 17:52 ErulasseAranel

Beside

Please login to write comment.