Color Hex Logo

#be81dc Color Hex

#BE81DC
(190,129,220)
0 Favorites   0 Comments

Color spaces of #be81dc

RGB 190129220
HSL0.780.570.68
HSV280°41°86°
CMYK 0.140.410.00   0.14
XYZ42.003731.815071.6372
Yxy31.81500.28880.2187
Hunter Lab56.404834.2176-35.8182
CIE-Lab63.189739.5143-37.4154

#be81dc color RGB value is (190,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 11011100
Octal 276 201 334
Decimal 190 129 220
Hex BE 81 DC

RGB Percentages of Color #be81dc

%35.25
%23.93
%40.82

CMYK Percentages of Color #be81dc

%14
%41
%0
%14

Triadic Colors of #be81dc

#be81dc #dcbe81 #81dcbe

Analogous Colors of #be81dc

#be81dc #dc81cd #9181dc

Monochromatic Colors of #be81dc

#be81dc

Complementary Color

#be81dc #9fdc81

#be81dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be81dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be81dc Color CSS Codes

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

#be81dc Text Font Color

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

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


#be81dc Background Color

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

This div background color is #be81dc


#be81dc Border Color

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

This div border color is #be81dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be81dc


Comments

No comments written yet.

Please login to write comment.