Color Hex Logo

#bc45eb Color Hex

#BC45EB
(188,69,235)
0 Favorites   0 Comments

Color spaces of #bc45eb

RGB 18869235
HSL0.790.810.60
HSV283°71°92°
CMYK 0.200.710.00   0.08
XYZ37.862620.945880.6446
Yxy20.94580.27150.1502
Hunter Lab45.766667.5812-72.4374
CIE-Lab52.890170.9577-62.1780

#bc45eb color RGB value is (188,69,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 11101011
Octal 274 105 353
Decimal 188 69 235
Hex BC 45 EB

RGB Percentages of Color #bc45eb

%38.21
%14.02
%47.76

CMYK Percentages of Color #bc45eb

%20
%71
%0
%8

Triadic Colors of #bc45eb

#bc45eb #ebbc45 #45ebbc

Analogous Colors of #bc45eb

#bc45eb #eb45c7 #6945eb

Monochromatic Colors of #bc45eb

#bc45eb

Complementary Color

#bc45eb #74eb45

#bc45eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc45eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc45eb Color CSS Codes

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

#bc45eb Text Font Color

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

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


#bc45eb Background Color

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

This div background color is #bc45eb


#bc45eb Border Color

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

This div border color is #bc45eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc45eb


Comments

No comments written yet.

Please login to write comment.