Color Hex Logo

#bd8cef Color Hex

#BD8CEF
(189,140,239)
0 Favorites   0 Comments

Color spaces of #bd8cef

RGB 189140239
HSL0.750.760.74
HSV270°41°94°
CMYK 0.210.410.00   0.06
XYZ45.944335.807086.1513
Yxy35.80700.27360.2133
Hunter Lab59.839032.3340-43.4737
CIE-Lab66.372237.3523-42.9614

#bd8cef color RGB value is (189,140,239).

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

The process color (four color CMYK) of #bd8cef color hex is 0.21, 0.41, 0.00, 0.06. Web safe color of #bd8cef is #cc99ff. Color #bd8cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001100 11101111
Octal 275 214 357
Decimal 189 140 239
Hex BD 8C EF

RGB Percentages of Color #bd8cef

%33.27
%24.65
%42.08

CMYK Percentages of Color #bd8cef

%21
%41
%0
%6

Triadic Colors of #bd8cef

#bd8cef #efbd8c #8cefbd

Analogous Colors of #bd8cef

#bd8cef #ef8cef #8c8def

Monochromatic Colors of #bd8cef

#bd8cef

Complementary Color

#bd8cef #beef8c

#bd8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8cef Color CSS Codes

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

#bd8cef Text Font Color

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

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


#bd8cef Background Color

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

This div background color is #bd8cef


#bd8cef Border Color

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

This div border color is #bd8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8cef


Comments

No comments written yet.

Please login to write comment.