Color Hex Logo

#bd9fea Color Hex

#BD9FEA
(189,159,234)
0 Favorites   0 Comments

Color spaces of #bd9fea

RGB 189159234
HSL0.730.640.77
HSV264°32°92°
CMYK 0.190.320.00   0.08
XYZ48.235741.555683.3206
Yxy41.55560.27860.2401
Hunter Lab64.463620.7534-31.5090
CIE-Lab70.563425.7046-33.6865

#bd9fea color RGB value is (189,159,234).

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

The process color (four color CMYK) of #bd9fea color hex is 0.19, 0.32, 0.00, 0.08. Web safe color of #bd9fea is #cc99ff. Color #bd9fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 11101010
Octal 275 237 352
Decimal 189 159 234
Hex BD 9F EA

RGB Percentages of Color #bd9fea

%32.47
%27.32
%40.21

CMYK Percentages of Color #bd9fea

%19
%32
%0
%8

Triadic Colors of #bd9fea

#bd9fea #eabd9f #9feabd

Analogous Colors of #bd9fea

#bd9fea #e39fea #9fa7ea

Monochromatic Colors of #bd9fea

#bd9fea

Complementary Color

#bd9fea #ccea9f

#bd9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fea Color CSS Codes

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

#bd9fea Text Font Color

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

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


#bd9fea Background Color

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

This div background color is #bd9fea


#bd9fea Border Color

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

This div border color is #bd9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fea


Comments

No comments written yet.

Please login to write comment.