Color Hex Logo

#be1add Color Hex

#BE1ADD
(190,26,221)
0 Favorites   0 Comments

Color spaces of #be1add

RGB 19026221
HSL0.810.790.48
HSV290°88°87°
CMYK 0.140.880.00   0.13
XYZ34.655716.906469.8433
Yxy16.90640.28550.1393
Hunter Lab41.117478.4929-71.9297
CIE-Lab48.141980.7296-61.8956

#be1add color RGB value is (190,26,221).

#be1add hex color red value is 190, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be1add hue: 0.81 , saturation: 0.79 and the lightness value of be1add is 0.48.

The process color (four color CMYK) of #be1add color hex is 0.14, 0.88, 0.00, 0.13. Web safe color of #be1add is #cc33cc. Color #be1add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011010 11011101
Octal 276 32 335
Decimal 190 26 221
Hex BE 1A DD

RGB Percentages of Color #be1add

%43.48
%5.95
%50.57

CMYK Percentages of Color #be1add

%14
%88
%0
%13

Triadic Colors of #be1add

#be1add #ddbe1a #1addbe

Analogous Colors of #be1add

#be1add #dd1a9b #5d1add

Monochromatic Colors of #be1add

#be1add

Complementary Color

#be1add #39dd1a

#be1add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1add Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1add Color CSS Codes

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

#be1add Text Font Color

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

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


#be1add Background Color

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

This div background color is #be1add


#be1add Border Color

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

This div border color is #be1add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1add


Comments

No comments written yet.

Please login to write comment.