Color Hex Logo

#be3dbd Color Hex

#BE3DBD
(190,61,189)
0 Favorites   0 Comments

Color spaces of #be3dbd

RGB 19061189
HSL0.830.510.49
HSV300°68°75°
CMYK 0.000.680.01   0.25
XYZ32.089317.958849.9192
Yxy17.95880.32100.1796
Hunter Lab42.377861.0024-40.1765
CIE-Lab49.446166.0635-41.3790

#be3dbd color RGB value is (190,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 10111101
Octal 276 75 275
Decimal 190 61 189
Hex BE 3D BD

RGB Percentages of Color #be3dbd

%43.18
%13.86
%42.95

CMYK Percentages of Color #be3dbd

%0
%68
%1
%25

Triadic Colors of #be3dbd

#be3dbd #bdbe3d #3dbdbe

Analogous Colors of #be3dbd

#be3dbd #be3d7d #7f3dbe

Monochromatic Colors of #be3dbd

#be3dbd

Complementary Color

#be3dbd #3dbe3e

#be3dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dbd Color CSS Codes

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

#be3dbd Text Font Color

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

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


#be3dbd Background Color

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

This div background color is #be3dbd


#be3dbd Border Color

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

This div border color is #be3dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dbd


Comments

No comments written yet.

Please login to write comment.