Color Hex Logo

#be81dd Color Hex

#BE81DD
(190,129,221)
0 Favorites   0 Comments

Color spaces of #be81dd

RGB 190129221
HSL0.780.580.69
HSV280°42°87°
CMYK 0.140.420.00   0.13
XYZ42.136631.868172.3369
Yxy31.86810.28790.2178
Hunter Lab56.451834.4447-36.4574
CIE-Lab63.233739.7258-37.9040

#be81dd color RGB value is (190,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 11011101
Octal 276 201 335
Decimal 190 129 221
Hex BE 81 DD

RGB Percentages of Color #be81dd

%35.19
%23.89
%40.93

CMYK Percentages of Color #be81dd

%14
%42
%0
%13

Triadic Colors of #be81dd

#be81dd #ddbe81 #81ddbe

Analogous Colors of #be81dd

#be81dd #dd81ce #9081dd

Monochromatic Colors of #be81dd

#be81dd

Complementary Color

#be81dd #a0dd81

#be81dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be81dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be81dd Color CSS Codes

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

#be81dd Text Font Color

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

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


#be81dd Background Color

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

This div background color is #be81dd


#be81dd Border Color

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

This div border color is #be81dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be81dd


Comments

No comments written yet.

Please login to write comment.