Color Hex Logo

#bd8ebc Color Hex

#BD8EBC
(189,142,188)
0 Favorites   0 Comments

Color spaces of #bd8ebc

RGB 189142188
HSL0.840.260.65
HSV301°25°74°
CMYK 0.000.250.01   0.26
XYZ39.736433.795752.0058
Yxy33.79570.31650.2692
Hunter Lab58.134120.2755-12.3460
CIE-Lab64.800125.5933-17.0261

#bd8ebc color RGB value is (189,142,188).

#bd8ebc hex color red value is 189, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd8ebc hue: 0.84 , saturation: 0.26 and the lightness value of bd8ebc is 0.65.

The process color (four color CMYK) of #bd8ebc color hex is 0.00, 0.25, 0.01, 0.26. Web safe color of #bd8ebc is #cc99cc. Color #bd8ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 10111100
Octal 275 216 274
Decimal 189 142 188
Hex BD 8E BC

RGB Percentages of Color #bd8ebc

%36.42
%27.36
%36.22

CMYK Percentages of Color #bd8ebc

%0
%25
%1
%26

Triadic Colors of #bd8ebc

#bd8ebc #bcbd8e #8ebcbd

Analogous Colors of #bd8ebc

#bd8ebc #bd8ea5 #a78ebd

Monochromatic Colors of #bd8ebc

#bd8ebc

Complementary Color

#bd8ebc #8ebd8f

#bd8ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ebc Color CSS Codes

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

#bd8ebc Text Font Color

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

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


#bd8ebc Background Color

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

This div background color is #bd8ebc


#bd8ebc Border Color

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

This div border color is #bd8ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ebc


Comments

No comments written yet.

Please login to write comment.