Color Hex Logo

#bc44ec Color Hex

#BC44EC
(188,68,236)
0 Favorites   0 Comments

Color spaces of #bc44ec

RGB 18868236
HSL0.790.820.60
HSV283°71°93°
CMYK 0.200.710.00   0.07
XYZ37.946520.881781.3875
Yxy20.88170.27060.1489
Hunter Lab45.696568.2580-73.6106
CIE-Lab52.819871.5325-62.8533

#bc44ec color RGB value is (188,68,236).

#bc44ec hex color red value is 188, green value is 68 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bc44ec hue: 0.79 , saturation: 0.82 and the lightness value of bc44ec is 0.60.

The process color (four color CMYK) of #bc44ec color hex is 0.20, 0.71, 0.00, 0.07. Web safe color of #bc44ec is #cc33ff. Color #bc44ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 11101100
Octal 274 104 354
Decimal 188 68 236
Hex BC 44 EC

RGB Percentages of Color #bc44ec

%38.21
%13.82
%47.97

CMYK Percentages of Color #bc44ec

%20
%71
%0
%7

Triadic Colors of #bc44ec

#bc44ec #ecbc44 #44ecbc

Analogous Colors of #bc44ec

#bc44ec #ec44c8 #6844ec

Monochromatic Colors of #bc44ec

#bc44ec

Complementary Color

#bc44ec #74ec44

#bc44ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc44ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc44ec Color CSS Codes

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

#bc44ec Text Font Color

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

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


#bc44ec Background Color

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

This div background color is #bc44ec


#bc44ec Border Color

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

This div border color is #bc44ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc44ec


Comments

No comments written yet.

Please login to write comment.