Color Hex Logo

#bd8edf Color Hex

#BD8EDF
(189,142,223)
0 Favorites   0 Comments

Color spaces of #bd8edf

RGB 189142223
HSL0.760.560.72
HSV275°36°87°
CMYK 0.150.360.00   0.13
XYZ43.978535.492574.3449
Yxy35.49250.28590.2307
Hunter Lab59.575627.5108-32.2856
CIE-Lab66.130332.7166-34.5099

#bd8edf color RGB value is (189,142,223).

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

The process color (four color CMYK) of #bd8edf color hex is 0.15, 0.36, 0.00, 0.13. Web safe color of #bd8edf is #cc99cc. Color #bd8edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 11011111
Octal 275 216 337
Decimal 189 142 223
Hex BD 8E DF

RGB Percentages of Color #bd8edf

%34.12
%25.63
%40.25

CMYK Percentages of Color #bd8edf

%15
%36
%0
%13

Triadic Colors of #bd8edf

#bd8edf #dfbd8e #8edfbd

Analogous Colors of #bd8edf

#bd8edf #df8ed9 #958edf

Monochromatic Colors of #bd8edf

#bd8edf

Complementary Color

#bd8edf #b0df8e

#bd8edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8edf Color CSS Codes

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

#bd8edf Text Font Color

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

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


#bd8edf Background Color

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

This div background color is #bd8edf


#bd8edf Border Color

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

This div border color is #bd8edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8edf


Comments

No comments written yet.

Please login to write comment.