Color Hex Logo

#bc2eee Color Hex

#BC2EEE
(188,46,238)
0 Favorites   0 Comments

Color spaces of #bc2eee

RGB 18846238
HSL0.790.850.56
HSV284°81°93°
CMYK 0.210.810.00   0.07
XYZ37.148618.818482.5633
Yxy18.81840.26820.1358
Hunter Lab43.380276.9431-82.4775
CIE-Lab50.474179.0445-67.7675

#bc2eee color RGB value is (188,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101110 11101110
Octal 274 56 356
Decimal 188 46 238
Hex BC 2E EE

RGB Percentages of Color #bc2eee

%39.83
%9.75
%50.42

CMYK Percentages of Color #bc2eee

%21
%81
%0
%7

Triadic Colors of #bc2eee

#bc2eee #eebc2e #2eeebc

Analogous Colors of #bc2eee

#bc2eee #ee2ec0 #5c2eee

Monochromatic Colors of #bc2eee

#bc2eee

Complementary Color

#bc2eee #60ee2e

#bc2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2eee Color CSS Codes

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

#bc2eee Text Font Color

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

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


#bc2eee Background Color

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

This div background color is #bc2eee


#bc2eee Border Color

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

This div border color is #bc2eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2eee


Comments

No comments written yet.

Please login to write comment.