Color Hex Logo

#bd5ede Color Hex

#BD5EDE
(189,94,222)
0 Favorites   0 Comments

Color spaces of #bd5ede

RGB 18994222
HSL0.790.660.62
HSV285°58°87°
CMYK 0.150.580.00   0.13
XYZ38.173824.098271.7467
Yxy24.09820.28480.1798
Hunter Lab49.089952.8996-52.2915
CIE-Lab56.186057.7567-49.5794

#bd5ede color RGB value is (189,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011110 11011110
Octal 275 136 336
Decimal 189 94 222
Hex BD 5E DE

RGB Percentages of Color #bd5ede

%37.43
%18.61
%43.96

CMYK Percentages of Color #bd5ede

%15
%58
%0
%13

Triadic Colors of #bd5ede

#bd5ede #debd5e #5edebd

Analogous Colors of #bd5ede

#bd5ede #de5ebf #7d5ede

Monochromatic Colors of #bd5ede

#bd5ede

Complementary Color

#bd5ede #7fde5e

#bd5ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ede Color CSS Codes

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

#bd5ede Text Font Color

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

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


#bd5ede Background Color

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

This div background color is #bd5ede


#bd5ede Border Color

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

This div border color is #bd5ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ede


Comments

No comments written yet.

Please login to write comment.