Color Hex Logo

#bc2ede Color Hex

#BC2EDE
(188,46,222)
0 Favorites   0 Comments

Color spaces of #bc2ede

RGB 18846222
HSL0.800.730.53
HSV288°79°87°
CMYK 0.150.790.00   0.13
XYZ34.900817.919370.7265
Yxy17.91930.28250.1450
Hunter Lab42.331273.0883-69.4293
CIE-Lab49.398176.1551-60.4538

#bc2ede color RGB value is (188,46,222).

#bc2ede hex color red value is 188, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc2ede hue: 0.80 , saturation: 0.73 and the lightness value of bc2ede is 0.53.

The process color (four color CMYK) of #bc2ede color hex is 0.15, 0.79, 0.00, 0.13. Web safe color of #bc2ede is #cc33cc. Color #bc2ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101110 11011110
Octal 274 56 336
Decimal 188 46 222
Hex BC 2E DE

RGB Percentages of Color #bc2ede

%41.23
%10.09
%48.68

CMYK Percentages of Color #bc2ede

%15
%79
%0
%13

Triadic Colors of #bc2ede

#bc2ede #debc2e #2edebc

Analogous Colors of #bc2ede

#bc2ede #de2ea8 #642ede

Monochromatic Colors of #bc2ede

#bc2ede

Complementary Color

#bc2ede #50de2e

#bc2ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2ede Color CSS Codes

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

#bc2ede Text Font Color

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

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


#bc2ede Background Color

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

This div background color is #bc2ede


#bc2ede Border Color

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

This div border color is #bc2ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2ede


Comments

No comments written yet.

Please login to write comment.