Color Hex Logo

#be60de Color Hex

#BE60DE
(190,96,222)
0 Favorites   0 Comments

Color spaces of #be60de

RGB 19096222
HSL0.790.660.62
HSV285°57°87°
CMYK 0.140.570.00   0.13
XYZ38.602924.586871.8184
Yxy24.58680.28590.1821
Hunter Lab49.585152.1917-51.1653
CIE-Lab56.670657.0449-48.8018

#be60de color RGB value is (190,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 11011110
Octal 276 140 336
Decimal 190 96 222
Hex BE 60 DE

RGB Percentages of Color #be60de

%37.40
%18.90
%43.70

CMYK Percentages of Color #be60de

%14
%57
%0
%13

Triadic Colors of #be60de

#be60de #debe60 #60debe

Analogous Colors of #be60de

#be60de #de60bf #7f60de

Monochromatic Colors of #be60de

#be60de

Complementary Color

#be60de #80de60

#be60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be60de Color CSS Codes

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

#be60de Text Font Color

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

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


#be60de Background Color

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

This div background color is #be60de


#be60de Border Color

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

This div border color is #be60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be60de


Comments

No comments written yet.

Please login to write comment.