Color Hex Logo

#be54de Color Hex

#BE54DE
(190,84,222)
0 Favorites   0 Comments

Color spaces of #be54de

RGB 19084222
HSL0.790.680.60
HSV286°62°87°
CMYK 0.140.620.00   0.13
XYZ37.590322.561771.4809
Yxy22.56170.28560.1714
Hunter Lab47.499258.1394-55.9754
CIE-Lab54.618062.6260-52.0676

#be54de color RGB value is (190,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 11011110
Octal 276 124 336
Decimal 190 84 222
Hex BE 54 DE

RGB Percentages of Color #be54de

%38.31
%16.94
%44.76

CMYK Percentages of Color #be54de

%14
%62
%0
%13

Triadic Colors of #be54de

#be54de #debe54 #54debe

Analogous Colors of #be54de

#be54de #de54b9 #7954de

Monochromatic Colors of #be54de

#be54de

Complementary Color

#be54de #74de54

#be54de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be54de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be54de Color CSS Codes

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

#be54de Text Font Color

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

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


#be54de Background Color

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

This div background color is #be54de


#be54de Border Color

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

This div border color is #be54de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be54de


Comments

No comments written yet.

Please login to write comment.