Color Hex Logo

#bc29de Color Hex

#BC29DE
(188,41,222)
0 Favorites   0 Comments

Color spaces of #bc29de

RGB 18841222
HSL0.800.730.52
HSV289°82°87°
CMYK 0.150.820.00   0.13
XYZ34.716817.551270.6652
Yxy17.55120.28240.1428
Hunter Lab41.894274.6044-70.6818
CIE-Lab48.947277.4684-61.1812

#bc29de color RGB value is (188,41,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 11011110
Octal 274 51 336
Decimal 188 41 222
Hex BC 29 DE

RGB Percentages of Color #bc29de

%41.69
%9.09
%49.22

CMYK Percentages of Color #bc29de

%15
%82
%0
%13

Triadic Colors of #bc29de

#bc29de #debc29 #29debc

Analogous Colors of #bc29de

#bc29de #de29a6 #6229de

Monochromatic Colors of #bc29de

#bc29de

Complementary Color

#bc29de #4bde29

#bc29de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc29de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc29de Color CSS Codes

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

#bc29de Text Font Color

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

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


#bc29de Background Color

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

This div background color is #bc29de


#bc29de Border Color

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

This div border color is #bc29de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc29de


Comments

No comments written yet.

Please login to write comment.