Color Hex Logo

#bd94dd Color Hex

#BD94DD
(189,148,221)
0 Favorites   0 Comments

Color spaces of #bd94dd

RGB 189148221
HSL0.760.520.72
HSV274°33°87°
CMYK 0.140.330.00   0.13
XYZ44.627337.219173.2385
Yxy37.21910.28780.2400
Hunter Lab61.007523.8107-28.4715
CIE-Lab67.441128.9592-31.3720

#bd94dd color RGB value is (189,148,221).

#bd94dd hex color red value is 189, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd94dd hue: 0.76 , saturation: 0.52 and the lightness value of bd94dd is 0.72.

The process color (four color CMYK) of #bd94dd color hex is 0.14, 0.33, 0.00, 0.13. Web safe color of #bd94dd is #cc99cc. Color #bd94dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 11011101
Octal 275 224 335
Decimal 189 148 221
Hex BD 94 DD

RGB Percentages of Color #bd94dd

%33.87
%26.52
%39.61

CMYK Percentages of Color #bd94dd

%14
%33
%0
%13

Triadic Colors of #bd94dd

#bd94dd #ddbd94 #94ddbd

Analogous Colors of #bd94dd

#bd94dd #dd94d9 #9994dd

Monochromatic Colors of #bd94dd

#bd94dd

Complementary Color

#bd94dd #b4dd94

#bd94dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94dd Color CSS Codes

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

#bd94dd Text Font Color

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

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


#bd94dd Background Color

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

This div background color is #bd94dd


#bd94dd Border Color

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

This div border color is #bd94dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94dd


Comments

No comments written yet.

Please login to write comment.