Color Hex Logo

#bd95dc Color Hex

#BD95DC
(189,149,220)
0 Favorites   0 Comments

Color spaces of #bd95dc

RGB 189149220
HSL0.760.500.72
HSV274°32°86°
CMYK 0.140.320.00   0.14
XYZ44.652037.481072.5913
Yxy37.48100.28860.2422
Hunter Lab61.221723.0508-27.4456
CIE-Lab67.636328.1892-30.5176

#bd95dc color RGB value is (189,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 11011100
Octal 275 225 334
Decimal 189 149 220
Hex BD 95 DC

RGB Percentages of Color #bd95dc

%33.87
%26.70
%39.43

CMYK Percentages of Color #bd95dc

%14
%32
%0
%14

Triadic Colors of #bd95dc

#bd95dc #dcbd95 #95dcbd

Analogous Colors of #bd95dc

#bd95dc #dc95d8 #9a95dc

Monochromatic Colors of #bd95dc

#bd95dc

Complementary Color

#bd95dc #b4dc95

#bd95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95dc Color CSS Codes

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

#bd95dc Text Font Color

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

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


#bd95dc Background Color

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

This div background color is #bd95dc


#bd95dc Border Color

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

This div border color is #bd95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95dc


Comments

No comments written yet.

Please login to write comment.