Color Hex Logo

#be1ebd Color Hex

#BE1EBD
(190,30,189)
0 Favorites   0 Comments

Color spaces of #be1ebd

RGB 19030189
HSL0.830.730.43
HSV300°84°75°
CMYK 0.000.840.01   0.25
XYZ30.884815.549849.5177
Yxy15.54980.32190.1621
Hunter Lab39.433270.7962-46.8493
CIE-Lab46.378274.8753-46.2539

#be1ebd color RGB value is (190,30,189).

#be1ebd hex color red value is 190, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be1ebd hue: 0.83 , saturation: 0.73 and the lightness value of be1ebd is 0.43.

The process color (four color CMYK) of #be1ebd color hex is 0.00, 0.84, 0.01, 0.25. Web safe color of #be1ebd is #cc33cc. Color #be1ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011110 10111101
Octal 276 36 275
Decimal 190 30 189
Hex BE 1E BD

RGB Percentages of Color #be1ebd

%46.45
%7.33
%46.21

CMYK Percentages of Color #be1ebd

%0
%84
%1
%25

Triadic Colors of #be1ebd

#be1ebd #bdbe1e #1ebdbe

Analogous Colors of #be1ebd

#be1ebd #be1e6d #6f1ebe

Monochromatic Colors of #be1ebd

#be1ebd

Complementary Color

#be1ebd #1ebe1f

#be1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1ebd Color CSS Codes

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

#be1ebd Text Font Color

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

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


#be1ebd Background Color

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

This div background color is #be1ebd


#be1ebd Border Color

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

This div border color is #be1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1ebd


Comments

No comments written yet.

Please login to write comment.