Color Hex Logo

#bc1ebd Color Hex

#BC1EBD
(188,30,189)
0 Favorites   0 Comments

Color spaces of #bc1ebd

RGB 18830189
HSL0.830.730.43
HSV300°84°74°
CMYK 0.010.840.00   0.26
XYZ30.388615.294049.4945
Yxy15.29400.31930.1607
Hunter Lab39.107570.2656-47.6621
CIE-Lab46.034374.5070-46.8229

#bc1ebd color RGB value is (188,30,189).

#bc1ebd hex color red value is 188, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc1ebd hue: 0.83 , saturation: 0.73 and the lightness value of bc1ebd is 0.43.

The process color (four color CMYK) of #bc1ebd color hex is 0.01, 0.84, 0.00, 0.26. Web safe color of #bc1ebd is #cc33cc. Color #bc1ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011110 10111101
Octal 274 36 275
Decimal 188 30 189
Hex BC 1E BD

RGB Percentages of Color #bc1ebd

%46.19
%7.37
%46.44

CMYK Percentages of Color #bc1ebd

%1
%84
%0
%26

Triadic Colors of #bc1ebd

#bc1ebd #bdbc1e #1ebdbc

Analogous Colors of #bc1ebd

#bc1ebd #bd1e6f #6d1ebd

Monochromatic Colors of #bc1ebd

#bc1ebd

Complementary Color

#bc1ebd #1fbd1e

#bc1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1ebd Color CSS Codes

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

#bc1ebd Text Font Color

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

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


#bc1ebd Background Color

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

This div background color is #bc1ebd


#bc1ebd Border Color

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

This div border color is #bc1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1ebd


Comments

No comments written yet.

Please login to write comment.