Color Hex Logo

#bd50de Color Hex

#BD50DE
(189,80,222)
0 Favorites   0 Comments

Color spaces of #bd50de

RGB 18980222
HSL0.790.680.59
HSV286°64°87°
CMYK 0.150.640.00   0.13
XYZ37.039721.830171.3687
Yxy21.83010.28440.1676
Hunter Lab46.722759.7423-57.8593
CIE-Lab53.846364.1516-53.3072

#bd50de color RGB value is (189,80,222).

#bd50de hex color red value is 189, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd50de hue: 0.79 , saturation: 0.68 and the lightness value of bd50de is 0.59.

The process color (four color CMYK) of #bd50de color hex is 0.15, 0.64, 0.00, 0.13. Web safe color of #bd50de is #cc66cc. Color #bd50de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 11011110
Octal 275 120 336
Decimal 189 80 222
Hex BD 50 DE

RGB Percentages of Color #bd50de

%38.49
%16.29
%45.21

CMYK Percentages of Color #bd50de

%15
%64
%0
%13

Triadic Colors of #bd50de

#bd50de #debd50 #50debd

Analogous Colors of #bd50de

#bd50de #de50b8 #7650de

Monochromatic Colors of #bd50de

#bd50de

Complementary Color

#bd50de #71de50

#bd50de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd50de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd50de Color CSS Codes

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

#bd50de Text Font Color

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

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


#bd50de Background Color

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

This div background color is #bd50de


#bd50de Border Color

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

This div border color is #bd50de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd50de


Comments

No comments written yet.

Please login to write comment.