color codes Logo

#bd95dd color codes

#BD95DD
(189,149,221)
0 Favorites   0 Comments

Color spaces of #bd95dd

RGB 189149221
HSL0.760.510.73
HSV273°33°87°
CMYK 0.140.330.00   0.13
XYZ44.784937.534273.2910
Yxy37.53420.28780.2412
Hunter Lab61.265223.2697-28.0425
CIE-Lab67.675928.4040-31.0090

#bd95dd color RGB value is (189,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11011101
Octal 275 225 335
Decimal 189 149 221
Hex BD 95 DD

RGB Percentages of Color #bd95dd

%33.81
%26.65
%39.53

CMYK Percentages of Color #bd95dd

%14
%33
%0
%13

Triadic Colors of #bd95dd

#bd95dd #ddbd95 #95ddbd

Analogous Colors of #bd95dd

#bd95dd #dd95d9 #9995dd

Monochromatic Colors of #bd95dd

#bd95dd

Complementary Color

#bd95dd #b5dd95

#bd95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95dd Color CSS Codes

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

#bd95dd Text Font Color

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

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


#bd95dd Background Color

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

This div background color is #bd95dd


#bd95dd Border Color

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

This div border color is #bd95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95dd


Comments

No comments written yet.

Please login to write comment.