Color Hex Logo

#bc0ecc Color Hex

#BC0ECC
(188,14,204)
0 Favorites   0 Comments

Color spaces of #bc0ecc

RGB 18814204
HSL0.820.870.43
HSV295°93°80°
CMYK 0.080.930.00   0.20
XYZ31.795215.365158.4167
Yxy15.36510.30120.1455
Hunter Lab39.198376.1907-60.9202
CIE-Lab46.130379.2890-55.3922

#bc0ecc color RGB value is (188,14,204).

#bc0ecc hex color red value is 188, green value is 14 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc0ecc hue: 0.82 , saturation: 0.87 and the lightness value of bc0ecc is 0.43.

The process color (four color CMYK) of #bc0ecc color hex is 0.08, 0.93, 0.00, 0.20. Web safe color of #bc0ecc is #cc00cc. Color #bc0ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001110 11001100
Octal 274 16 314
Decimal 188 14 204
Hex BC E CC

RGB Percentages of Color #bc0ecc

%46.31
%3.45
%50.25

CMYK Percentages of Color #bc0ecc

%8
%93
%0
%20

Triadic Colors of #bc0ecc

#bc0ecc #ccbc0e #0eccbc

Analogous Colors of #bc0ecc

#bc0ecc #cc0e7d #5d0ecc

Monochromatic Colors of #bc0ecc

#bc0ecc

Complementary Color

#bc0ecc #1ecc0e

#bc0ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ecc Color CSS Codes

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

#bc0ecc Text Font Color

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

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


#bc0ecc Background Color

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

This div background color is #bc0ecc


#bc0ecc Border Color

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

This div border color is #bc0ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ecc


Comments

No comments written yet.

Please login to write comment.