Color Hex Logo

#be80dc Color Hex

#BE80DC
(190,128,220)
0 Favorites   0 Comments

Color spaces of #be80dc

RGB 190128220
HSL0.780.570.68
HSV280°42°86°
CMYK 0.140.420.00   0.14
XYZ41.872631.552871.5935
Yxy31.55280.28870.2176
Hunter Lab56.171934.7597-36.2474
CIE-Lab62.971540.0580-37.7561

#be80dc color RGB value is (190,128,220).

#be80dc hex color red value is 190, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be80dc hue: 0.78 , saturation: 0.57 and the lightness value of be80dc is 0.68.

The process color (four color CMYK) of #be80dc color hex is 0.14, 0.42, 0.00, 0.14. Web safe color of #be80dc is #cc99cc. Color #be80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11011100
Octal 276 200 334
Decimal 190 128 220
Hex BE 80 DC

RGB Percentages of Color #be80dc

%35.32
%23.79
%40.89

CMYK Percentages of Color #be80dc

%14
%42
%0
%14

Triadic Colors of #be80dc

#be80dc #dcbe80 #80dcbe

Analogous Colors of #be80dc

#be80dc #dc80cc #9080dc

Monochromatic Colors of #be80dc

#be80dc

Complementary Color

#be80dc #9edc80

#be80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80dc Color CSS Codes

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

#be80dc Text Font Color

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

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


#be80dc Background Color

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

This div background color is #be80dc


#be80dc Border Color

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

This div border color is #be80dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80dc


Comments

No comments written yet.

Please login to write comment.