Color Hex Logo

#bc48ec Color Hex

#BC48EC
(188,72,236)
0 Favorites   0 Comments

Color spaces of #bc48ec

RGB 18872236
HSL0.780.810.60
HSV282°69°93°
CMYK 0.200.690.00   0.07
XYZ38.196721.382281.4709
Yxy21.38220.27080.1516
Hunter Lab46.240966.5261-72.0932
CIE-Lab53.365369.9886-61.9747

#bc48ec color RGB value is (188,72,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 11101100
Octal 274 110 354
Decimal 188 72 236
Hex BC 48 EC

RGB Percentages of Color #bc48ec

%37.90
%14.52
%47.58

CMYK Percentages of Color #bc48ec

%20
%69
%0
%7

Triadic Colors of #bc48ec

#bc48ec #ecbc48 #48ecbc

Analogous Colors of #bc48ec

#bc48ec #ec48ca #6a48ec

Monochromatic Colors of #bc48ec

#bc48ec

Complementary Color

#bc48ec #78ec48

#bc48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc48ec Color CSS Codes

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

#bc48ec Text Font Color

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

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


#bc48ec Background Color

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

This div background color is #bc48ec


#bc48ec Border Color

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

This div border color is #bc48ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc48ec


Comments

No comments written yet.

Please login to write comment.