Color Hex Logo

#bd72fd Color Hex

#BD72FD
(189,114,253)
0 Favorites   0 Comments

Color spaces of #bd72fd

RGB 189114253
HSL0.760.970.72
HSV272°55°99°
CMYK 0.250.550.00   0.01
XYZ44.733229.945396.3508
Yxy29.94530.26160.1751
Hunter Lab54.722350.1523-66.0876
CIE-Lab61.607054.4133-58.2069

#bd72fd color RGB value is (189,114,253).

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

The process color (four color CMYK) of #bd72fd color hex is 0.25, 0.55, 0.00, 0.01. Web safe color of #bd72fd is #cc66ff. Color #bd72fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 11111101
Octal 275 162 375
Decimal 189 114 253
Hex BD 72 FD

RGB Percentages of Color #bd72fd

%33.99
%20.50
%45.50

CMYK Percentages of Color #bd72fd

%25
%55
%0
%1

Triadic Colors of #bd72fd

#bd72fd #fdbd72 #72fdbd

Analogous Colors of #bd72fd

#bd72fd #fd72f8 #7872fd

Monochromatic Colors of #bd72fd

#bd72fd

Complementary Color

#bd72fd #b2fd72

#bd72fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd72fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd72fd Color CSS Codes

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

#bd72fd Text Font Color

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

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


#bd72fd Background Color

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

This div background color is #bd72fd


#bd72fd Border Color

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

This div border color is #bd72fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd72fd


Comments

No comments written yet.

Please login to write comment.