Color Hex Logo

#be78da Color Hex

#BE78DA
(190,120,218)
0 Favorites   0 Comments

Color spaces of #be78da

RGB 190120218
HSL0.790.570.66
HSV283°45°85°
CMYK 0.130.450.00   0.15
XYZ40.606629.442069.8723
Yxy29.44200.29020.2104
Hunter Lab54.260538.6272-38.3666
CIE-Lab61.169743.9507-39.4577

#be78da color RGB value is (190,120,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111000 11011010
Octal 276 170 332
Decimal 190 120 218
Hex BE 78 DA

RGB Percentages of Color #be78da

%35.98
%22.73
%41.29

CMYK Percentages of Color #be78da

%13
%45
%0
%15

Triadic Colors of #be78da

#be78da #dabe78 #78dabe

Analogous Colors of #be78da

#be78da #da78c5 #8d78da

Monochromatic Colors of #be78da

#be78da

Complementary Color

#be78da #94da78

#be78da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be78da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be78da Color CSS Codes

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

#be78da Text Font Color

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

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


#be78da Background Color

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

This div background color is #be78da


#be78da Border Color

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

This div border color is #be78da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be78da


Comments

No comments written yet.

Please login to write comment.