Color Hex Logo

#bd8fed Color Hex

#BD8FED
(189,143,237)
0 Favorites   0 Comments

Color spaces of #bd8fed

RGB 189143237
HSL0.750.720.75
HSV269°40°93°
CMYK 0.200.400.00   0.07
XYZ46.094836.578284.7516
Yxy36.57820.27530.2185
Hunter Lab60.479930.2040-40.7482
CIE-Lab66.959435.2494-40.9418

#bd8fed color RGB value is (189,143,237).

#bd8fed hex color red value is 189, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd8fed hue: 0.75 , saturation: 0.72 and the lightness value of bd8fed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11101101
Octal 275 217 355
Decimal 189 143 237
Hex BD 8F ED

RGB Percentages of Color #bd8fed

%33.22
%25.13
%41.65

CMYK Percentages of Color #bd8fed

%20
%40
%0
%7

Triadic Colors of #bd8fed

#bd8fed #edbd8f #8fedbd

Analogous Colors of #bd8fed

#bd8fed #ec8fed #8f90ed

Monochromatic Colors of #bd8fed

#bd8fed

Complementary Color

#bd8fed #bfed8f

#bd8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8fed Color CSS Codes

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

#bd8fed Text Font Color

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

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


#bd8fed Background Color

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

This div background color is #bd8fed


#bd8fed Border Color

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

This div border color is #bd8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8fed


Comments

No comments written yet.

Please login to write comment.