Color Hex Logo

#bd9bef Color Hex

#BD9BEF
(189,155,239)
0 Favorites   0 Comments

Color spaces of #bd9bef

RGB 189155239
HSL0.730.720.77
HSV264°35°94°
CMYK 0.210.350.00   0.06
XYZ48.287640.493586.9323
Yxy40.49350.27480.2305
Hunter Lab63.634524.0903-36.4530
CIE-Lab69.819629.0538-37.5750

#bd9bef color RGB value is (189,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 11101111
Octal 275 233 357
Decimal 189 155 239
Hex BD 9B EF

RGB Percentages of Color #bd9bef

%32.42
%26.59
%40.99

CMYK Percentages of Color #bd9bef

%21
%35
%0
%6

Triadic Colors of #bd9bef

#bd9bef #efbd9b #9befbd

Analogous Colors of #bd9bef

#bd9bef #e79bef #9ba3ef

Monochromatic Colors of #bd9bef

#bd9bef

Complementary Color

#bd9bef #cdef9b

#bd9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9bef Color CSS Codes

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

#bd9bef Text Font Color

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

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


#bd9bef Background Color

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

This div background color is #bd9bef


#bd9bef Border Color

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

This div border color is #bd9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9bef


Comments

No comments written yet.

Please login to write comment.