Color Hex Logo

#bc36ee Color Hex

#BC36EE
(188,54,238)
0 Favorites   0 Comments

Color spaces of #bc36ee

RGB 18854238
HSL0.790.840.57
HSV284°77°93°
CMYK 0.210.770.00   0.07
XYZ37.490819.502782.6773
Yxy19.50270.26840.1396
Hunter Lab44.161974.2527-80.0860
CIE-Lab51.270276.7319-66.4787

#bc36ee color RGB value is (188,54,238).

#bc36ee hex color red value is 188, green value is 54 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc36ee hue: 0.79 , saturation: 0.84 and the lightness value of bc36ee is 0.57.

The process color (four color CMYK) of #bc36ee color hex is 0.21, 0.77, 0.00, 0.07. Web safe color of #bc36ee is #cc33ff. Color #bc36ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 11101110
Octal 274 66 356
Decimal 188 54 238
Hex BC 36 EE

RGB Percentages of Color #bc36ee

%39.17
%11.25
%49.58

CMYK Percentages of Color #bc36ee

%21
%77
%0
%7

Triadic Colors of #bc36ee

#bc36ee #eebc36 #36eebc

Analogous Colors of #bc36ee

#bc36ee #ee36c4 #6036ee

Monochromatic Colors of #bc36ee

#bc36ee

Complementary Color

#bc36ee #68ee36

#bc36ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc36ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc36ee Color CSS Codes

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

#bc36ee Text Font Color

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

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


#bc36ee Background Color

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

This div background color is #bc36ee


#bc36ee Border Color

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

This div border color is #bc36ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc36ee


Comments

No comments written yet.

Please login to write comment.