Color Hex Logo

#be29da Color Hex

#BE29DA
(190,41,218)
0 Favorites   0 Comments

Color spaces of #be29da

RGB 19041218
HSL0.810.710.51
HSV291°81°85°
CMYK 0.130.810.00   0.15
XYZ34.683017.595067.8978
Yxy17.59500.28860.1464
Hunter Lab41.946474.1849-66.6091
CIE-Lab49.001277.1196-58.7975

#be29da color RGB value is (190,41,218).

#be29da hex color red value is 190, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be29da hue: 0.81 , saturation: 0.71 and the lightness value of be29da is 0.51.

The process color (four color CMYK) of #be29da color hex is 0.13, 0.81, 0.00, 0.15. Web safe color of #be29da is #cc33cc. Color #be29da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 11011010
Octal 276 51 332
Decimal 190 41 218
Hex BE 29 DA

RGB Percentages of Color #be29da

%42.32
%9.13
%48.55

CMYK Percentages of Color #be29da

%13
%81
%0
%15

Triadic Colors of #be29da

#be29da #dabe29 #29dabe

Analogous Colors of #be29da

#be29da #da299e #6629da

Monochromatic Colors of #be29da

#be29da

Complementary Color

#be29da #45da29

#be29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be29da Color CSS Codes

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

#be29da Text Font Color

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

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


#be29da Background Color

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

This div background color is #be29da


#be29da Border Color

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

This div border color is #be29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be29da


Comments

No comments written yet.

Please login to write comment.