Color Hex Logo

#bd72bc Color Hex

#BD72BC
(189,114,188)
0 Favorites   0 Comments

Color spaces of #bd72bc

RGB 189114188
HSL0.840.360.59
HSV301°40°74°
CMYK 0.000.400.01   0.26
XYZ36.080726.484350.7873
Yxy26.48430.31830.2336
Hunter Lab51.462935.0865-22.4876
CIE-Lab58.493940.9391-26.6681

#bd72bc color RGB value is (189,114,188).

#bd72bc hex color red value is 189, green value is 114 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd72bc hue: 0.84 , saturation: 0.36 and the lightness value of bd72bc is 0.59.

The process color (four color CMYK) of #bd72bc color hex is 0.00, 0.40, 0.01, 0.26. Web safe color of #bd72bc is #cc66cc. Color #bd72bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 10111100
Octal 275 162 274
Decimal 189 114 188
Hex BD 72 BC

RGB Percentages of Color #bd72bc

%38.49
%23.22
%38.29

CMYK Percentages of Color #bd72bc

%0
%40
%1
%26

Triadic Colors of #bd72bc

#bd72bc #bcbd72 #72bcbd

Analogous Colors of #bd72bc

#bd72bc #bd7297 #9972bd

Monochromatic Colors of #bd72bc

#bd72bc

Complementary Color

#bd72bc #72bd73

#bd72bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd72bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd72bc Color CSS Codes

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

#bd72bc Text Font Color

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

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


#bd72bc Background Color

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

This div background color is #bd72bc


#bd72bc Border Color

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

This div border color is #bd72bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd72bc


Comments

No comments written yet.

Please login to write comment.