Color Hex Logo

#be5dbd Color Hex

#BE5DBD
(190,93,189)
0 Favorites   0 Comments

Color spaces of #be5dbd

RGB 19093189
HSL0.840.430.55
HSV301°51°75°
CMYK 0.000.510.01   0.25
XYZ34.334922.450050.6677
Yxy22.45000.31950.2089
Hunter Lab47.381446.4323-30.2352
CIE-Lab54.501252.2130-33.4302

#be5dbd color RGB value is (190,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011101 10111101
Octal 276 135 275
Decimal 190 93 189
Hex BE 5D BD

RGB Percentages of Color #be5dbd

%40.25
%19.70
%40.04

CMYK Percentages of Color #be5dbd

%0
%51
%1
%25

Triadic Colors of #be5dbd

#be5dbd #bdbe5d #5dbdbe

Analogous Colors of #be5dbd

#be5dbd #be5d8d #8f5dbe

Monochromatic Colors of #be5dbd

#be5dbd

Complementary Color

#be5dbd #5dbe5e

#be5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5dbd Color CSS Codes

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

#be5dbd Text Font Color

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

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


#be5dbd Background Color

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

This div background color is #be5dbd


#be5dbd Border Color

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

This div border color is #be5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5dbd


Comments

No comments written yet.

Please login to write comment.