Color Hex Logo

#bc72ec Color Hex

#BC72EC
(188,114,236)
0 Favorites   0 Comments

Color spaces of #bc72ec

RGB 188114236
HSL0.770.760.69
HSV276°52°93°
CMYK 0.200.520.00   0.07
XYZ41.896728.782182.7042
Yxy28.78210.27320.1876
Hunter Lab53.649045.5124-53.8461
CIE-Lab60.588850.4012-50.4319

#bc72ec color RGB value is (188,114,236).

#bc72ec hex color red value is 188, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc72ec hue: 0.77 , saturation: 0.76 and the lightness value of bc72ec is 0.69.

The process color (four color CMYK) of #bc72ec color hex is 0.20, 0.52, 0.00, 0.07. Web safe color of #bc72ec is #cc66ff. Color #bc72ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 11101100
Octal 274 162 354
Decimal 188 114 236
Hex BC 72 EC

RGB Percentages of Color #bc72ec

%34.94
%21.19
%43.87

CMYK Percentages of Color #bc72ec

%20
%52
%0
%7

Triadic Colors of #bc72ec

#bc72ec #ecbc72 #72ecbc

Analogous Colors of #bc72ec

#bc72ec #ec72df #7f72ec

Monochromatic Colors of #bc72ec

#bc72ec

Complementary Color

#bc72ec #a2ec72

#bc72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc72ec Color CSS Codes

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

#bc72ec Text Font Color

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

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


#bc72ec Background Color

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

This div background color is #bc72ec


#bc72ec Border Color

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

This div border color is #bc72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc72ec


Comments

No comments written yet.

Please login to write comment.