Color Hex Logo

#bd5dce Color Hex

#BD5DCE
(189,93,206)
0 Favorites   0 Comments

Color spaces of #bd5dce

RGB 18993206
HSL0.810.540.59
HSV291°55°81°
CMYK 0.080.550.00   0.19
XYZ36.041223.103760.9524
Yxy23.10370.30010.1924
Hunter Lab48.066349.7273-41.5386
CIE-Lab55.179055.0954-42.1091

#bd5dce color RGB value is (189,93,206).

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

The process color (four color CMYK) of #bd5dce color hex is 0.08, 0.55, 0.00, 0.19. Web safe color of #bd5dce is #cc66cc. Color #bd5dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 11001110
Octal 275 135 316
Decimal 189 93 206
Hex BD 5D CE

RGB Percentages of Color #bd5dce

%38.73
%19.06
%42.21

CMYK Percentages of Color #bd5dce

%8
%55
%0
%19

Triadic Colors of #bd5dce

#bd5dce #cebd5d #5dcebd

Analogous Colors of #bd5dce

#bd5dce #ce5da7 #855dce

Monochromatic Colors of #bd5dce

#bd5dce

Complementary Color

#bd5dce #6ece5d

#bd5dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dce Color CSS Codes

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

#bd5dce Text Font Color

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

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


#bd5dce Background Color

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

This div background color is #bd5dce


#bd5dce Border Color

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

This div border color is #bd5dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dce


Comments

No comments written yet.

Please login to write comment.