Color Hex Logo

#bc45ec Color Hex

#BC45EC
(188,69,236)
0 Favorites   0 Comments

Color spaces of #bc45ec

RGB 18869236
HSL0.790.810.60
HSV283°71°93°
CMYK 0.200.710.00   0.07
XYZ38.007521.003781.4078
Yxy21.00370.27070.1496
Hunter Lab45.829867.8312-73.2364
CIE-Lab52.953571.1531-62.6377

#bc45ec color RGB value is (188,69,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 11101100
Octal 274 105 354
Decimal 188 69 236
Hex BC 45 EC

RGB Percentages of Color #bc45ec

%38.13
%14.00
%47.87

CMYK Percentages of Color #bc45ec

%20
%71
%0
%7

Triadic Colors of #bc45ec

#bc45ec #ecbc45 #45ecbc

Analogous Colors of #bc45ec

#bc45ec #ec45c9 #6945ec

Monochromatic Colors of #bc45ec

#bc45ec

Complementary Color

#bc45ec #75ec45

#bc45ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc45ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc45ec Color CSS Codes

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

#bc45ec Text Font Color

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

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


#bc45ec Background Color

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

This div background color is #bc45ec


#bc45ec Border Color

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

This div border color is #bc45ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc45ec


Comments

No comments written yet.

Please login to write comment.