Color Hex Logo

#bd93ce Color Hex

#BD93CE
(189,147,206)
0 Favorites   0 Comments

Color spaces of #bd93ce

RGB 189147206
HSL0.790.380.69
HSV283°29°81°
CMYK 0.080.290.00   0.19
XYZ42.560636.142563.1255
Yxy36.14250.30010.2548
Hunter Lab60.118621.1603-20.1724
CIE-Lab66.628726.3669-24.3044

#bd93ce color RGB value is (189,147,206).

#bd93ce hex color red value is 189, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd93ce hue: 0.79 , saturation: 0.38 and the lightness value of bd93ce is 0.69.

The process color (four color CMYK) of #bd93ce color hex is 0.08, 0.29, 0.00, 0.19. Web safe color of #bd93ce is #cc99cc. Color #bd93ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 11001110
Octal 275 223 316
Decimal 189 147 206
Hex BD 93 CE

RGB Percentages of Color #bd93ce

%34.87
%27.12
%38.01

CMYK Percentages of Color #bd93ce

%8
%29
%0
%19

Triadic Colors of #bd93ce

#bd93ce #cebd93 #93cebd

Analogous Colors of #bd93ce

#bd93ce #ce93c2 #a093ce

Monochromatic Colors of #bd93ce

#bd93ce

Complementary Color

#bd93ce #a4ce93

#bd93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd93ce Color CSS Codes

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

#bd93ce Text Font Color

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

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


#bd93ce Background Color

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

This div background color is #bd93ce


#bd93ce Border Color

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

This div border color is #bd93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd93ce


Comments

No comments written yet.

Please login to write comment.