Color Hex Logo

#bd72bf Color Hex

#BD72BF
(189,114,191)
0 Favorites   0 Comments

Color spaces of #bd72bf

RGB 189114191
HSL0.830.380.60
HSV298°40°75°
CMYK 0.010.400.00   0.25
XYZ36.407526.615052.5085
Yxy26.61500.31510.2304
Hunter Lab51.589735.6876-24.2331
CIE-Lab58.616341.5015-28.1900

#bd72bf color RGB value is (189,114,191).

#bd72bf hex color red value is 189, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd72bf hue: 0.83 , saturation: 0.38 and the lightness value of bd72bf is 0.60.

The process color (four color CMYK) of #bd72bf color hex is 0.01, 0.40, 0.00, 0.25. Web safe color of #bd72bf is #cc66cc. Color #bd72bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10111111
Octal 275 162 277
Decimal 189 114 191
Hex BD 72 BF

RGB Percentages of Color #bd72bf

%38.26
%23.08
%38.66

CMYK Percentages of Color #bd72bf

%1
%40
%0
%25

Triadic Colors of #bd72bf

#bd72bf #bfbd72 #72bfbd

Analogous Colors of #bd72bf

#bd72bf #bf729b #9772bf

Monochromatic Colors of #bd72bf

#bd72bf

Complementary Color

#bd72bf #74bf72

#bd72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd72bf Color CSS Codes

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

#bd72bf Text Font Color

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

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


#bd72bf Background Color

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

This div background color is #bd72bf


#bd72bf Border Color

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

This div border color is #bd72bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd72bf


Comments

No comments written yet.

Please login to write comment.