Color Hex Logo

#bc0ebd Color Hex

#BC0EBD
(188,14,189)
0 Favorites   0 Comments

Color spaces of #bc0ebd

RGB 18814189
HSL0.830.860.40
HSV300°93°74°
CMYK 0.010.930.00   0.26
XYZ30.081414.679649.3921
Yxy14.67960.31950.1559
Hunter Lab38.314073.0961-49.6134
CIE-Lab45.192276.9806-48.1686

#bc0ebd color RGB value is (188,14,189).

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

The process color (four color CMYK) of #bc0ebd color hex is 0.01, 0.93, 0.00, 0.26. Web safe color of #bc0ebd is #cc00cc. Color #bc0ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001110 10111101
Octal 274 16 275
Decimal 188 14 189
Hex BC E BD

RGB Percentages of Color #bc0ebd

%48.08
%3.58
%48.34

CMYK Percentages of Color #bc0ebd

%1
%93
%0
%26

Triadic Colors of #bc0ebd

#bc0ebd #bdbc0e #0ebdbc

Analogous Colors of #bc0ebd

#bc0ebd #bd0e67 #650ebd

Monochromatic Colors of #bc0ebd

#bc0ebd

Complementary Color

#bc0ebd #0fbd0e

#bc0ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ebd Color CSS Codes

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

#bc0ebd Text Font Color

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

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


#bc0ebd Background Color

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

This div background color is #bc0ebd


#bc0ebd Border Color

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

This div border color is #bc0ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ebd


Comments

No comments written yet.

Please login to write comment.