Color Hex Logo

#bd53f7 Color Hex

#BD53F7
(189,83,247)
0 Favorites   0 Comments

Color spaces of #bd53f7

RGB 18983247
HSL0.770.910.65
HSV279°66°97°
CMYK 0.230.660.00   0.03
XYZ40.868023.720790.4203
Yxy23.72070.26360.1530
Hunter Lab48.703964.5496-75.9810
CIE-Lab55.807167.8721-64.1835

#bd53f7 color RGB value is (189,83,247).

#bd53f7 hex color red value is 189, green value is 83 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bd53f7 hue: 0.77 , saturation: 0.91 and the lightness value of bd53f7 is 0.65.

The process color (four color CMYK) of #bd53f7 color hex is 0.23, 0.66, 0.00, 0.03. Web safe color of #bd53f7 is #cc66ff. Color #bd53f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 11110111
Octal 275 123 367
Decimal 189 83 247
Hex BD 53 F7

RGB Percentages of Color #bd53f7

%36.42
%15.99
%47.59

CMYK Percentages of Color #bd53f7

%23
%66
%0
%3

Triadic Colors of #bd53f7

#bd53f7 #f7bd53 #53f7bd

Analogous Colors of #bd53f7

#bd53f7 #f753df #6b53f7

Monochromatic Colors of #bd53f7

#bd53f7

Complementary Color

#bd53f7 #8df753

#bd53f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53f7 Color CSS Codes

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

#bd53f7 Text Font Color

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

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


#bd53f7 Background Color

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

This div background color is #bd53f7


#bd53f7 Border Color

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

This div border color is #bd53f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53f7


Comments

No comments written yet.

Please login to write comment.