Color Hex Logo

#bc0deb Color Hex

#BC0DEB
(188,13,235)
0 Favorites   0 Comments

Color spaces of #bc0deb

RGB 18813235
HSL0.800.900.49
HSV287°94°92°
CMYK 0.200.940.00   0.08
XYZ35.878416.977479.9832
Yxy16.97740.27010.1278
Hunter Lab41.203683.3239-86.2493
CIE-Lab48.231584.4956-69.7140

#bc0deb color RGB value is (188,13,235).

#bc0deb hex color red value is 188, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc0deb hue: 0.80 , saturation: 0.90 and the lightness value of bc0deb is 0.49.

The process color (four color CMYK) of #bc0deb color hex is 0.20, 0.94, 0.00, 0.08. Web safe color of #bc0deb is #cc00ff. Color #bc0deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001101 11101011
Octal 274 15 353
Decimal 188 13 235
Hex BC D EB

RGB Percentages of Color #bc0deb

%43.12
%2.98
%53.90

CMYK Percentages of Color #bc0deb

%20
%94
%0
%8

Triadic Colors of #bc0deb

#bc0deb #ebbc0d #0debbc

Analogous Colors of #bc0deb

#bc0deb #eb0dab #4d0deb

Monochromatic Colors of #bc0deb

#bc0deb

Complementary Color

#bc0deb #3ceb0d

#bc0deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0deb Color CSS Codes

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

#bc0deb Text Font Color

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

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


#bc0deb Background Color

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

This div background color is #bc0deb


#bc0deb Border Color

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

This div border color is #bc0deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0deb


Comments

No comments written yet.

Please login to write comment.