Color Hex Logo

#be40dd Color Hex

#BE40DD
(190,64,221)
0 Favorites   0 Comments

Color spaces of #be40dd

RGB 19064221
HSL0.800.700.56
HSV288°71°87°
CMYK 0.140.710.00   0.13
XYZ36.119719.834470.3313
Yxy19.83440.28600.1571
Hunter Lab44.535866.8304-62.4561
CIE-Lab51.649570.5715-56.2489

#be40dd color RGB value is (190,64,221).

#be40dd hex color red value is 190, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be40dd hue: 0.80 , saturation: 0.70 and the lightness value of be40dd is 0.56.

The process color (four color CMYK) of #be40dd color hex is 0.14, 0.71, 0.00, 0.13. Web safe color of #be40dd is #cc33cc. Color #be40dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000000 11011101
Octal 276 100 335
Decimal 190 64 221
Hex BE 40 DD

RGB Percentages of Color #be40dd

%40.00
%13.47
%46.53

CMYK Percentages of Color #be40dd

%14
%71
%0
%13

Triadic Colors of #be40dd

#be40dd #ddbe40 #40ddbe

Analogous Colors of #be40dd

#be40dd #dd40ae #7040dd

Monochromatic Colors of #be40dd

#be40dd

Complementary Color

#be40dd #5fdd40

#be40dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be40dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be40dd Color CSS Codes

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

#be40dd Text Font Color

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

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


#be40dd Background Color

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

This div background color is #be40dd


#be40dd Border Color

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

This div border color is #be40dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be40dd


Comments

No comments written yet.

Please login to write comment.