Color Hex Logo

#bd7dfe Color Hex

#BD7DFE
(189,125,254)
0 Favorites   0 Comments

Color spaces of #bd7dfe

RGB 189125254
HSL0.750.980.74
HSV270°51°100°
CMYK 0.260.510.00   0.00
XYZ46.209332.641897.6309
Yxy32.64180.26180.1850
Hunter Lab57.133044.3884-61.3238
CIE-Lab63.869848.8914-55.1520

#bd7dfe color RGB value is (189,125,254).

#bd7dfe hex color red value is 189, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bd7dfe hue: 0.75 , saturation: 0.98 and the lightness value of bd7dfe is 0.74.

The process color (four color CMYK) of #bd7dfe color hex is 0.26, 0.51, 0.00, 0.00. Web safe color of #bd7dfe is #cc66ff. Color #bd7dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 11111110
Octal 275 175 376
Decimal 189 125 254
Hex BD 7D FE

RGB Percentages of Color #bd7dfe

%33.27
%22.01
%44.72

CMYK Percentages of Color #bd7dfe

%26
%51
%0
%0

Triadic Colors of #bd7dfe

#bd7dfe #febd7d #7dfebd

Analogous Colors of #bd7dfe

#bd7dfe #fe7dfe #7d7efe

Monochromatic Colors of #bd7dfe

#bd7dfe

Complementary Color

#bd7dfe #befe7d

#bd7dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7dfe Color CSS Codes

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

#bd7dfe Text Font Color

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

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


#bd7dfe Background Color

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

This div background color is #bd7dfe


#bd7dfe Border Color

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

This div border color is #bd7dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7dfe


Comments

No comments written yet.

Please login to write comment.