Color Hex Logo

#be77dd Color Hex

#BE77DD
(190,119,221)
0 Favorites   0 Comments

Color spaces of #be77dd

RGB 190119221
HSL0.780.600.67
HSV282°46°87°
CMYK 0.140.460.00   0.13
XYZ40.883229.361371.9191
Yxy29.36130.28760.2065
Hunter Lab54.186139.8520-40.7631
CIE-Lab61.099245.1081-41.2476

#be77dd color RGB value is (190,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 11011101
Octal 276 167 335
Decimal 190 119 221
Hex BE 77 DD

RGB Percentages of Color #be77dd

%35.85
%22.45
%41.70

CMYK Percentages of Color #be77dd

%14
%46
%0
%13

Triadic Colors of #be77dd

#be77dd #ddbe77 #77ddbe

Analogous Colors of #be77dd

#be77dd #dd77c9 #8b77dd

Monochromatic Colors of #be77dd

#be77dd

Complementary Color

#be77dd #96dd77

#be77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be77dd Color CSS Codes

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

#be77dd Text Font Color

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

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


#be77dd Background Color

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

This div background color is #be77dd


#be77dd Border Color

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

This div border color is #be77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be77dd


Comments

No comments written yet.

Please login to write comment.