Color Hex Logo

#be80dd Color Hex

#BE80DD
(190,128,221)
0 Favorites   0 Comments

Color spaces of #be80dd

RGB 190128221
HSL0.780.580.68
HSV280°42°87°
CMYK 0.140.420.00   0.13
XYZ42.005531.606072.2932
Yxy31.60600.28790.2166
Hunter Lab56.219234.9868-36.8885
CIE-Lab63.015940.2689-38.2444

#be80dd color RGB value is (190,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 11011101
Octal 276 200 335
Decimal 190 128 221
Hex BE 80 DD

RGB Percentages of Color #be80dd

%35.25
%23.75
%41.00

CMYK Percentages of Color #be80dd

%14
%42
%0
%13

Triadic Colors of #be80dd

#be80dd #ddbe80 #80ddbe

Analogous Colors of #be80dd

#be80dd #dd80ce #9080dd

Monochromatic Colors of #be80dd

#be80dd

Complementary Color

#be80dd #9fdd80

#be80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80dd Color CSS Codes

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

#be80dd Text Font Color

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

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


#be80dd Background Color

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

This div background color is #be80dd


#be80dd Border Color

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

This div border color is #be80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80dd


Comments

No comments written yet.

Please login to write comment.