Color Hex Logo

#be49de Color Hex

#BE49DE
(190,73,222)
0 Favorites   0 Comments

Color spaces of #be49de

RGB 19073222
HSL0.800.690.58
HSV287°67°87°
CMYK 0.140.670.00   0.13
XYZ36.802620.986271.2183
Yxy20.98620.28530.1627
Hunter Lab45.810763.2315-60.1060
CIE-Lab52.934467.3012-54.7572

#be49de color RGB value is (190,73,222).

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

The process color (four color CMYK) of #be49de color hex is 0.14, 0.67, 0.00, 0.13. Web safe color of #be49de is #cc33cc. Color #be49de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 11011110
Octal 276 111 336
Decimal 190 73 222
Hex BE 49 DE

RGB Percentages of Color #be49de

%39.18
%15.05
%45.77

CMYK Percentages of Color #be49de

%14
%67
%0
%13

Triadic Colors of #be49de

#be49de #debe49 #49debe

Analogous Colors of #be49de

#be49de #de49b4 #7449de

Monochromatic Colors of #be49de

#be49de

Complementary Color

#be49de #69de49

#be49de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be49de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be49de Color CSS Codes

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

#be49de Text Font Color

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

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


#be49de Background Color

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

This div background color is #be49de


#be49de Border Color

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

This div border color is #be49de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be49de


Comments

No comments written yet.

Please login to write comment.