Color Hex Logo

#be59de Color Hex

#BE59DE
(190,89,222)
0 Favorites   0 Comments

Color spaces of #be59de

RGB 19089222
HSL0.790.670.61
HSV286°60°87°
CMYK 0.140.600.00   0.13
XYZ37.992423.365871.6149
Yxy23.36580.28570.1757
Hunter Lab48.338255.7040-54.0037
CIE-Lab55.447160.3560-50.7466

#be59de color RGB value is (190,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 11011110
Octal 276 131 336
Decimal 190 89 222
Hex BE 59 DE

RGB Percentages of Color #be59de

%37.92
%17.76
%44.31

CMYK Percentages of Color #be59de

%14
%60
%0
%13

Triadic Colors of #be59de

#be59de #debe59 #59debe

Analogous Colors of #be59de

#be59de #de59bc #7c59de

Monochromatic Colors of #be59de

#be59de

Complementary Color

#be59de #79de59

#be59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59de Color CSS Codes

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

#be59de Text Font Color

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

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


#be59de Background Color

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

This div background color is #be59de


#be59de Border Color

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

This div border color is #be59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59de


Comments

No comments written yet.

Please login to write comment.