Color Hex Logo

#bc2fed Color Hex

#BC2FED
(188,47,237)
0 Favorites   0 Comments

Color spaces of #bc2fed

RGB 18847237
HSL0.790.840.56
HSV285°80°93°
CMYK 0.210.800.00   0.07
XYZ37.041618.838881.8047
Yxy18.83880.26900.1368
Hunter Lab43.403776.3791-81.3637
CIE-Lab50.498178.5897-67.1658

#bc2fed color RGB value is (188,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 11101101
Octal 274 57 355
Decimal 188 47 237
Hex BC 2F ED

RGB Percentages of Color #bc2fed

%39.83
%9.96
%50.21

CMYK Percentages of Color #bc2fed

%21
%80
%0
%7

Triadic Colors of #bc2fed

#bc2fed #edbc2f #2fedbc

Analogous Colors of #bc2fed

#bc2fed #ed2fbf #5d2fed

Monochromatic Colors of #bc2fed

#bc2fed

Complementary Color

#bc2fed #60ed2f

#bc2fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fed Color CSS Codes

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

#bc2fed Text Font Color

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

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


#bc2fed Background Color

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

This div background color is #bc2fed


#bc2fed Border Color

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

This div border color is #bc2fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fed


Comments

No comments written yet.

Please login to write comment.