Color Hex Logo

#be2dda Color Hex

#BE2DDA
(190,45,218)
0 Favorites   0 Comments

Color spaces of #be2dda

RGB 19045218
HSL0.810.700.52
HSV290°79°85°
CMYK 0.130.790.00   0.15
XYZ34.828517.885967.9463
Yxy17.88590.28860.1482
Hunter Lab42.291772.9896-65.6517
CIE-Lab49.357476.0829-58.2239

#be2dda color RGB value is (190,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101101 11011010
Octal 276 55 332
Decimal 190 45 218
Hex BE 2D DA

RGB Percentages of Color #be2dda

%41.94
%9.93
%48.12

CMYK Percentages of Color #be2dda

%13
%79
%0
%15

Triadic Colors of #be2dda

#be2dda #dabe2d #2ddabe

Analogous Colors of #be2dda

#be2dda #da2da0 #682dda

Monochromatic Colors of #be2dda

#be2dda

Complementary Color

#be2dda #49da2d

#be2dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2dda Color CSS Codes

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

#be2dda Text Font Color

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

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


#be2dda Background Color

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

This div background color is #be2dda


#be2dda Border Color

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

This div border color is #be2dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2dda


Comments

No comments written yet.

Please login to write comment.