Color Hex Logo

#bd9cec Color Hex

#BD9CEC
(189,156,236)
0 Favorites   0 Comments

Color spaces of #bd9cec

RGB 189156236
HSL0.740.680.77
HSV265°34°93°
CMYK 0.200.340.00   0.07
XYZ48.015140.651984.6728
Yxy40.65190.27700.2345
Hunter Lab63.758822.8457-34.1069
CIE-Lab69.931327.8202-35.7607

#bd9cec color RGB value is (189,156,236).

#bd9cec hex color red value is 189, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd9cec hue: 0.74 , saturation: 0.68 and the lightness value of bd9cec is 0.77.

The process color (four color CMYK) of #bd9cec color hex is 0.20, 0.34, 0.00, 0.07. Web safe color of #bd9cec is #cc99ff. Color #bd9cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011100 11101100
Octal 275 234 354
Decimal 189 156 236
Hex BD 9C EC

RGB Percentages of Color #bd9cec

%32.53
%26.85
%40.62

CMYK Percentages of Color #bd9cec

%20
%34
%0
%7

Triadic Colors of #bd9cec

#bd9cec #ecbd9c #9cecbd

Analogous Colors of #bd9cec

#bd9cec #e59cec #9ca3ec

Monochromatic Colors of #bd9cec

#bd9cec

Complementary Color

#bd9cec #cbec9c

#bd9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9cec Color CSS Codes

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

#bd9cec Text Font Color

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

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


#bd9cec Background Color

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

This div background color is #bd9cec


#bd9cec Border Color

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

This div border color is #bd9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9cec


Comments

No comments written yet.

Please login to write comment.