Color Hex Logo

#bc76de Color Hex

#BC76DE
(188,118,222)
0 Favorites   0 Comments

Color spaces of #bc76de

RGB 188118222
HSL0.780.610.67
HSV280°47°87°
CMYK 0.150.470.00   0.13
XYZ40.402328.922272.5603
Yxy28.92220.28480.2038
Hunter Lab53.779439.9861-42.3498
CIE-Lab60.712945.2873-42.4297

#bc76de color RGB value is (188,118,222).

#bc76de hex color red value is 188, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc76de hue: 0.78 , saturation: 0.61 and the lightness value of bc76de is 0.67.

The process color (four color CMYK) of #bc76de color hex is 0.15, 0.47, 0.00, 0.13. Web safe color of #bc76de is #cc66cc. Color #bc76de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 11011110
Octal 274 166 336
Decimal 188 118 222
Hex BC 76 DE

RGB Percentages of Color #bc76de

%35.61
%22.35
%42.05

CMYK Percentages of Color #bc76de

%15
%47
%0
%13

Triadic Colors of #bc76de

#bc76de #debc76 #76debc

Analogous Colors of #bc76de

#bc76de #de76cc #8876de

Monochromatic Colors of #bc76de

#bc76de

Complementary Color

#bc76de #98de76

#bc76de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc76de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc76de Color CSS Codes

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

#bc76de Text Font Color

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

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


#bc76de Background Color

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

This div background color is #bc76de


#bc76de Border Color

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

This div border color is #bc76de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc76de


Comments

No comments written yet.

Please login to write comment.