Color Hex Logo

#bc72df Color Hex

#BC72DF
(188,114,223)
0 Favorites   0 Comments

Color spaces of #bc72df

RGB 188114223
HSL0.780.630.66
HSV281°49°87°
CMYK 0.160.490.00   0.13
XYZ40.075628.053773.1147
Yxy28.05370.28370.1986
Hunter Lab52.965742.3688-44.7688
CIE-Lab59.937247.6147-44.2109

#bc72df color RGB value is (188,114,223).

#bc72df hex color red value is 188, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc72df hue: 0.78 , saturation: 0.63 and the lightness value of bc72df is 0.66.

The process color (four color CMYK) of #bc72df color hex is 0.16, 0.49, 0.00, 0.13. Web safe color of #bc72df is #cc66cc. Color #bc72df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 11011111
Octal 274 162 337
Decimal 188 114 223
Hex BC 72 DF

RGB Percentages of Color #bc72df

%35.81
%21.71
%42.48

CMYK Percentages of Color #bc72df

%16
%49
%0
%13

Triadic Colors of #bc72df

#bc72df #dfbc72 #72dfbc

Analogous Colors of #bc72df

#bc72df #df72cc #8672df

Monochromatic Colors of #bc72df

#bc72df

Complementary Color

#bc72df #95df72

#bc72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc72df Color CSS Codes

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

#bc72df Text Font Color

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

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


#bc72df Background Color

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

This div background color is #bc72df


#bc72df Border Color

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

This div border color is #bc72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc72df


Comments

No comments written yet.

Please login to write comment.