Color Hex Logo

#bd5ecd Color Hex

#BD5ECD
(189,94,205)
0 Favorites   0 Comments

Color spaces of #bd5ecd

RGB 18994205
HSL0.810.530.59
HSV291°54°80°
CMYK 0.080.540.00   0.20
XYZ36.008423.232060.3440
Yxy23.23200.30110.1943
Hunter Lab48.199649.0025-40.4891
CIE-Lab55.310554.4187-41.3321

#bd5ecd color RGB value is (189,94,205).

#bd5ecd hex color red value is 189, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd5ecd hue: 0.81 , saturation: 0.53 and the lightness value of bd5ecd is 0.59.

The process color (four color CMYK) of #bd5ecd color hex is 0.08, 0.54, 0.00, 0.20. Web safe color of #bd5ecd is #cc66cc. Color #bd5ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011110 11001101
Octal 275 136 315
Decimal 189 94 205
Hex BD 5E CD

RGB Percentages of Color #bd5ecd

%38.73
%19.26
%42.01

CMYK Percentages of Color #bd5ecd

%8
%54
%0
%20

Triadic Colors of #bd5ecd

#bd5ecd #cdbd5e #5ecdbd

Analogous Colors of #bd5ecd

#bd5ecd #cd5ea6 #865ecd

Monochromatic Colors of #bd5ecd

#bd5ecd

Complementary Color

#bd5ecd #6ecd5e

#bd5ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ecd Color CSS Codes

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

#bd5ecd Text Font Color

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

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


#bd5ecd Background Color

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

This div background color is #bd5ecd


#bd5ecd Border Color

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

This div border color is #bd5ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ecd


Comments

No comments written yet.

Please login to write comment.