Color Hex Logo

#be66dd Color Hex

#BE66DD
(190,102,221)
0 Favorites   0 Comments

Color spaces of #be66dd

RGB 190102221
HSL0.790.640.63
HSV284°54°87°
CMYK 0.140.540.00   0.13
XYZ39.037725.670371.3040
Yxy25.67030.28700.1887
Hunter Lab50.665948.8678-47.9750
CIE-Lab57.722853.8947-46.5710

#be66dd color RGB value is (190,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 11011101
Octal 276 146 335
Decimal 190 102 221
Hex BE 66 DD

RGB Percentages of Color #be66dd

%37.04
%19.88
%43.08

CMYK Percentages of Color #be66dd

%14
%54
%0
%13

Triadic Colors of #be66dd

#be66dd #ddbe66 #66ddbe

Analogous Colors of #be66dd

#be66dd #dd66c1 #8366dd

Monochromatic Colors of #be66dd

#be66dd

Complementary Color

#be66dd #85dd66

#be66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be66dd Color CSS Codes

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

#be66dd Text Font Color

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

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


#be66dd Background Color

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

This div background color is #be66dd


#be66dd Border Color

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

This div border color is #be66dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be66dd

#be66dd Color Palettes


Comments

No comments written yet.

Please login to write comment.