Color Hex Logo

#be64dd Color Hex

#BE64DD
(190,100,221)
0 Favorites   0 Comments

Color spaces of #be64dd

RGB 190100221
HSL0.790.640.63
HSV285°55°87°
CMYK 0.140.550.00   0.13
XYZ38.843525.282071.2392
Yxy25.28200.28700.1868
Hunter Lab50.281249.9036-48.8061
CIE-Lab57.349254.8877-47.1626

#be64dd color RGB value is (190,100,221).

#be64dd hex color red value is 190, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be64dd hue: 0.79 , saturation: 0.64 and the lightness value of be64dd is 0.63.

The process color (four color CMYK) of #be64dd color hex is 0.14, 0.55, 0.00, 0.13. Web safe color of #be64dd is #cc66cc. Color #be64dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 11011101
Octal 276 144 335
Decimal 190 100 221
Hex BE 64 DD

RGB Percentages of Color #be64dd

%37.18
%19.57
%43.25

CMYK Percentages of Color #be64dd

%14
%55
%0
%13

Triadic Colors of #be64dd

#be64dd #ddbe64 #64ddbe

Analogous Colors of #be64dd

#be64dd #dd64c0 #8264dd

Monochromatic Colors of #be64dd

#be64dd

Complementary Color

#be64dd #83dd64

#be64dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be64dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be64dd Color CSS Codes

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

#be64dd Text Font Color

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

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


#be64dd Background Color

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

This div background color is #be64dd


#be64dd Border Color

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

This div border color is #be64dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be64dd


Comments

No comments written yet.

Please login to write comment.