Color Hex Logo

#be60dc Color Hex

#BE60DC
(190,96,220)
0 Favorites   0 Comments

Color spaces of #be60dc

RGB 19096220
HSL0.790.640.62
HSV285°56°86°
CMYK 0.140.560.00   0.14
XYZ38.336324.480270.4147
Yxy24.48020.28770.1837
Hunter Lab49.477551.7204-49.7453
CIE-Lab56.565456.6439-47.8414

#be60dc color RGB value is (190,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 11011100
Octal 276 140 334
Decimal 190 96 220
Hex BE 60 DC

RGB Percentages of Color #be60dc

%37.55
%18.97
%43.48

CMYK Percentages of Color #be60dc

%14
%56
%0
%14

Triadic Colors of #be60dc

#be60dc #dcbe60 #60dcbe

Analogous Colors of #be60dc

#be60dc #dc60bc #8060dc

Monochromatic Colors of #be60dc

#be60dc

Complementary Color

#be60dc #7edc60

#be60dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be60dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be60dc Color CSS Codes

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

#be60dc Text Font Color

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

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


#be60dc Background Color

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

This div background color is #be60dc


#be60dc Border Color

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

This div border color is #be60dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,96,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be60dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be60dc


Comments

No comments written yet.

Please login to write comment.