Color Hex Logo

#be82dd Color Hex

#BE82DD
(190,130,221)
0 Favorites   0 Comments

Color spaces of #be82dd

RGB 190130221
HSL0.780.570.69
HSV280°41°87°
CMYK 0.140.410.00   0.13
XYZ42.269032.132972.3811
Yxy32.13290.28800.2189
Hunter Lab56.685933.9019-36.0261
CIE-Lab63.452639.1814-37.5622

#be82dd color RGB value is (190,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000010 11011101
Octal 276 202 335
Decimal 190 130 221
Hex BE 82 DD

RGB Percentages of Color #be82dd

%35.12
%24.03
%40.85

CMYK Percentages of Color #be82dd

%14
%41
%0
%13

Triadic Colors of #be82dd

#be82dd #ddbe82 #82ddbe

Analogous Colors of #be82dd

#be82dd #dd82cf #9182dd

Monochromatic Colors of #be82dd

#be82dd

Complementary Color

#be82dd #a1dd82

#be82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be82dd Color CSS Codes

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

#be82dd Text Font Color

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

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


#be82dd Background Color

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

This div background color is #be82dd


#be82dd Border Color

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

This div border color is #be82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be82dd


Comments

No comments written yet.

Please login to write comment.