Color Hex Logo

#bd9fef Color Hex

#BD9FEF
(189,159,239)
0 Favorites   0 Comments

Color spaces of #bd9fef

RGB 189159239
HSL0.730.710.78
HSV263°33°94°
CMYK 0.210.330.00   0.06
XYZ48.964441.847187.1579
Yxy41.84710.27510.2351
Hunter Lab64.689321.9032-34.6007
CIE-Lab70.765426.8325-36.1047

#bd9fef color RGB value is (189,159,239).

#bd9fef hex color red value is 189, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bd9fef hue: 0.73 , saturation: 0.71 and the lightness value of bd9fef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 11101111
Octal 275 237 357
Decimal 189 159 239
Hex BD 9F EF

RGB Percentages of Color #bd9fef

%32.20
%27.09
%40.72

CMYK Percentages of Color #bd9fef

%21
%33
%0
%6

Triadic Colors of #bd9fef

#bd9fef #efbd9f #9fefbd

Analogous Colors of #bd9fef

#bd9fef #e59fef #9fa9ef

Monochromatic Colors of #bd9fef

#bd9fef

Complementary Color

#bd9fef #d1ef9f

#bd9fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fef Color CSS Codes

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

#bd9fef Text Font Color

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

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


#bd9fef Background Color

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

This div background color is #bd9fef


#bd9fef Border Color

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

This div border color is #bd9fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,159,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 #bd9fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fef


Comments

No comments written yet.

Please login to write comment.