Color Hex Logo

#be77da Color Hex

#BE77DA
(190,119,218)
0 Favorites   0 Comments

Color spaces of #be77da

RGB 190119218
HSL0.790.570.66
HSV283°45°85°
CMYK 0.130.450.00   0.15
XYZ40.486929.202869.8325
Yxy29.20280.29020.2093
Hunter Lab54.039639.1643-38.7896
CIE-Lab60.960244.4836-39.7862

#be77da color RGB value is (190,119,218).

#be77da hex color red value is 190, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be77da hue: 0.79 , saturation: 0.57 and the lightness value of be77da is 0.66.

The process color (four color CMYK) of #be77da color hex is 0.13, 0.45, 0.00, 0.15. Web safe color of #be77da is #cc66cc. Color #be77da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 11011010
Octal 276 167 332
Decimal 190 119 218
Hex BE 77 DA

RGB Percentages of Color #be77da

%36.05
%22.58
%41.37

CMYK Percentages of Color #be77da

%13
%45
%0
%15

Triadic Colors of #be77da

#be77da #dabe77 #77dabe

Analogous Colors of #be77da

#be77da #da77c5 #8d77da

Monochromatic Colors of #be77da

#be77da

Complementary Color

#be77da #93da77

#be77da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be77da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be77da Color CSS Codes

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

#be77da Text Font Color

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

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


#be77da Background Color

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

This div background color is #be77da


#be77da Border Color

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

This div border color is #be77da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,119,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be77da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be77da


Comments

No comments written yet.

Please login to write comment.