Color Hex Logo

#bc2deb Color Hex

#BC2DEB
(188,45,235)
0 Favorites   0 Comments

Color spaces of #bc2deb

RGB 18845235
HSL0.790.830.55
HSV285°81°92°
CMYK 0.200.810.00   0.08
XYZ36.672818.566380.2480
Yxy18.56630.27070.1370
Hunter Lab43.088676.5165-80.2593
CIE-Lab50.175978.7623-66.5606

#bc2deb color RGB value is (188,45,235).

#bc2deb hex color red value is 188, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc2deb hue: 0.79 , saturation: 0.83 and the lightness value of bc2deb is 0.55.

The process color (four color CMYK) of #bc2deb color hex is 0.20, 0.81, 0.00, 0.08. Web safe color of #bc2deb is #cc33ff. Color #bc2deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101101 11101011
Octal 274 55 353
Decimal 188 45 235
Hex BC 2D EB

RGB Percentages of Color #bc2deb

%40.17
%9.62
%50.21

CMYK Percentages of Color #bc2deb

%20
%81
%0
%8

Triadic Colors of #bc2deb

#bc2deb #ebbc2d #2debbc

Analogous Colors of #bc2deb

#bc2deb #eb2dbb #5d2deb

Monochromatic Colors of #bc2deb

#bc2deb

Complementary Color

#bc2deb #5ceb2d

#bc2deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2deb Color CSS Codes

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

#bc2deb Text Font Color

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

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


#bc2deb Background Color

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

This div background color is #bc2deb


#bc2deb Border Color

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

This div border color is #bc2deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2deb


Comments

No comments written yet.

Please login to write comment.