Color Hex Logo

#bd9edc Color Hex

#BD9EDC
(189,158,220)
0 Favorites   0 Comments

Color spaces of #bd9edc

RGB 189158220
HSL0.750.470.74
HSV270°28°86°
CMYK 0.140.280.00   0.14
XYZ46.131440.439873.0844
Yxy40.43980.28890.2533
Hunter Lab63.592318.2017-23.6253
CIE-Lab69.781623.1884-27.2136

#bd9edc color RGB value is (189,158,220).

#bd9edc hex color red value is 189, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd9edc hue: 0.75 , saturation: 0.47 and the lightness value of bd9edc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011110 11011100
Octal 275 236 334
Decimal 189 158 220
Hex BD 9E DC

RGB Percentages of Color #bd9edc

%33.33
%27.87
%38.80

CMYK Percentages of Color #bd9edc

%14
%28
%0
%14

Triadic Colors of #bd9edc

#bd9edc #dcbd9e #9edcbd

Analogous Colors of #bd9edc

#bd9edc #dc9edc #9e9edc

Monochromatic Colors of #bd9edc

#bd9edc

Complementary Color

#bd9edc #bddc9e

#bd9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9edc Color CSS Codes

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

#bd9edc Text Font Color

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

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


#bd9edc Background Color

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

This div background color is #bd9edc


#bd9edc Border Color

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

This div border color is #bd9edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9edc


Comments

No comments written yet.

Please login to write comment.