Color Hex Logo

#bd8ffd Color Hex

#BD8FFD
(189,143,253)
0 Favorites   0 Comments

Color spaces of #bd8ffd

RGB 189143253
HSL0.740.960.78
HSV265°43°99°
CMYK 0.250.430.00   0.01
XYZ48.538337.555697.6192
Yxy37.55560.26420.2044
Hunter Lab61.282634.1346-51.5472
CIE-Lab67.691838.9146-48.5547

#bd8ffd color RGB value is (189,143,253).

#bd8ffd hex color red value is 189, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd8ffd hue: 0.74 , saturation: 0.96 and the lightness value of bd8ffd is 0.78.

The process color (four color CMYK) of #bd8ffd color hex is 0.25, 0.43, 0.00, 0.01. Web safe color of #bd8ffd is #cc99ff. Color #bd8ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11111101
Octal 275 217 375
Decimal 189 143 253
Hex BD 8F FD

RGB Percentages of Color #bd8ffd

%32.31
%24.44
%43.25

CMYK Percentages of Color #bd8ffd

%25
%43
%0
%1

Triadic Colors of #bd8ffd

#bd8ffd #fdbd8f #8ffdbd

Analogous Colors of #bd8ffd

#bd8ffd #f48ffd #8f98fd

Monochromatic Colors of #bd8ffd

#bd8ffd

Complementary Color

#bd8ffd #cffd8f

#bd8ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ffd Color CSS Codes

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

#bd8ffd Text Font Color

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

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


#bd8ffd Background Color

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

This div background color is #bd8ffd


#bd8ffd Border Color

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

This div border color is #bd8ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.