Color Hex Logo

#bc21de Color Hex

#BC21DE
(188,33,222)
0 Favorites   0 Comments

Color spaces of #bc21de

RGB 18833222
HSL0.800.740.50
HSV289°85°87°
CMYK 0.150.850.00   0.13
XYZ34.467717.053070.5821
Yxy17.05300.28230.1397
Hunter Lab41.295376.7209-72.4321
CIE-Lab48.326779.2857-62.1830

#bc21de color RGB value is (188,33,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 11011110
Octal 274 41 336
Decimal 188 33 222
Hex BC 21 DE

RGB Percentages of Color #bc21de

%42.44
%7.45
%50.11

CMYK Percentages of Color #bc21de

%15
%85
%0
%13

Triadic Colors of #bc21de

#bc21de #debc21 #21debc

Analogous Colors of #bc21de

#bc21de #de21a2 #5e21de

Monochromatic Colors of #bc21de

#bc21de

Complementary Color

#bc21de #43de21

#bc21de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc21de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc21de Color CSS Codes

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

#bc21de Text Font Color

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

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


#bc21de Background Color

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

This div background color is #bc21de


#bc21de Border Color

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

This div border color is #bc21de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc21de


Comments

No comments written yet.

Please login to write comment.