Color Hex Logo

#bd8efd Color Hex

#BD8EFD
(189,142,253)
0 Favorites   0 Comments

Color spaces of #bd8efd

RGB 189142253
HSL0.740.970.77
HSV265°44°99°
CMYK 0.250.440.00   0.01
XYZ48.388937.256797.5694
Yxy37.25670.26410.2033
Hunter Lab61.038334.6913-52.0480
CIE-Lab67.469239.4637-48.9058

#bd8efd color RGB value is (189,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 11111101
Octal 275 216 375
Decimal 189 142 253
Hex BD 8E FD

RGB Percentages of Color #bd8efd

%32.36
%24.32
%43.32

CMYK Percentages of Color #bd8efd

%25
%44
%0
%1

Triadic Colors of #bd8efd

#bd8efd #fdbd8e #8efdbd

Analogous Colors of #bd8efd

#bd8efd #f58efd #8e97fd

Monochromatic Colors of #bd8efd

#bd8efd

Complementary Color

#bd8efd #cefd8e

#bd8efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8efd Color CSS Codes

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

#bd8efd Text Font Color

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

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


#bd8efd Background Color

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

This div background color is #bd8efd


#bd8efd Border Color

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

This div border color is #bd8efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8efd


Comments

No comments written yet.

Please login to write comment.