Color Hex Logo

#be4dbd Color Hex

#BE4DBD
(190,77,189)
0 Favorites   0 Comments

Color spaces of #be4dbd

RGB 19077189
HSL0.830.470.52
HSV301°59°75°
CMYK 0.000.590.01   0.25
XYZ33.074419.929050.2476
Yxy19.92900.32030.1930
Hunter Lab44.641954.1242-35.4857
CIE-Lab51.756859.6302-37.7324

#be4dbd color RGB value is (190,77,189).

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

The process color (four color CMYK) of #be4dbd color hex is 0.00, 0.59, 0.01, 0.25. Web safe color of #be4dbd is #cc66cc. Color #be4dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001101 10111101
Octal 276 115 275
Decimal 190 77 189
Hex BE 4D BD

RGB Percentages of Color #be4dbd

%41.67
%16.89
%41.45

CMYK Percentages of Color #be4dbd

%0
%59
%1
%25

Triadic Colors of #be4dbd

#be4dbd #bdbe4d #4dbdbe

Analogous Colors of #be4dbd

#be4dbd #be4d85 #874dbe

Monochromatic Colors of #be4dbd

#be4dbd

Complementary Color

#be4dbd #4dbe4e

#be4dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4dbd Color CSS Codes

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

#be4dbd Text Font Color

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

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


#be4dbd Background Color

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

This div background color is #be4dbd


#be4dbd Border Color

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

This div border color is #be4dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4dbd


Comments

No comments written yet.

Please login to write comment.