Color Hex Logo

#bc4eee Color Hex

#BC4EEE
(188,78,238)
0 Favorites   0 Comments

Color spaces of #bc4eee

RGB 18878238
HSL0.780.820.62
HSV281°67°93°
CMYK 0.210.670.00   0.07
XYZ38.896022.313283.1457
Yxy22.31320.26940.1546
Hunter Lab47.236964.3169-71.2957
CIE-Lab54.357767.9488-61.4993

#bc4eee color RGB value is (188,78,238).

#bc4eee hex color red value is 188, green value is 78 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc4eee hue: 0.78 , saturation: 0.82 and the lightness value of bc4eee is 0.62.

The process color (four color CMYK) of #bc4eee color hex is 0.21, 0.67, 0.00, 0.07. Web safe color of #bc4eee is #cc66ff. Color #bc4eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001110 11101110
Octal 274 116 356
Decimal 188 78 238
Hex BC 4E EE

RGB Percentages of Color #bc4eee

%37.30
%15.48
%47.22

CMYK Percentages of Color #bc4eee

%21
%67
%0
%7

Triadic Colors of #bc4eee

#bc4eee #eebc4e #4eeebc

Analogous Colors of #bc4eee

#bc4eee #ee4ed0 #6c4eee

Monochromatic Colors of #bc4eee

#bc4eee

Complementary Color

#bc4eee #80ee4e

#bc4eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4eee Color CSS Codes

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

#bc4eee Text Font Color

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

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


#bc4eee Background Color

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

This div background color is #bc4eee


#bc4eee Border Color

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

This div border color is #bc4eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4eee


Comments

No comments written yet.

Please login to write comment.