Color Hex Logo

#be59da Color Hex

#BE59DA
(190,89,218)
0 Favorites   0 Comments

Color spaces of #be59da

RGB 19089218
HSL0.800.640.60
HSV287°59°85°
CMYK 0.130.590.00   0.15
XYZ37.462523.153968.8243
Yxy23.15390.28940.1789
Hunter Lab48.118554.7632-51.1200
CIE-Lab55.230559.5694-48.8309

#be59da color RGB value is (190,89,218).

#be59da hex color red value is 190, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be59da hue: 0.80 , saturation: 0.64 and the lightness value of be59da is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 11011010
Octal 276 131 332
Decimal 190 89 218
Hex BE 59 DA

RGB Percentages of Color #be59da

%38.23
%17.91
%43.86

CMYK Percentages of Color #be59da

%13
%59
%0
%15

Triadic Colors of #be59da

#be59da #dabe59 #59dabe

Analogous Colors of #be59da

#be59da #da59b6 #7e59da

Monochromatic Colors of #be59da

#be59da

Complementary Color

#be59da #75da59

#be59da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59da Color CSS Codes

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

#be59da Text Font Color

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

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


#be59da Background Color

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

This div background color is #be59da


#be59da Border Color

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

This div border color is #be59da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59da


Comments

No comments written yet.

Please login to write comment.