Color Hex Logo

#bc67ce Color Hex

#BC67CE
(188,103,206)
0 Favorites   0 Comments

Color spaces of #bc67ce

RGB 188103206
HSL0.800.510.61
HSV290°50°81°
CMYK 0.090.500.00   0.19
XYZ36.729924.848161.2528
Yxy24.84810.29900.2023
Hunter Lab49.847944.2922-37.9617
CIE-Lab56.927149.8510-39.3654

#bc67ce color RGB value is (188,103,206).

#bc67ce hex color red value is 188, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc67ce hue: 0.80 , saturation: 0.51 and the lightness value of bc67ce is 0.61.

The process color (four color CMYK) of #bc67ce color hex is 0.09, 0.50, 0.00, 0.19. Web safe color of #bc67ce is #cc66cc. Color #bc67ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 11001110
Octal 274 147 316
Decimal 188 103 206
Hex BC 67 CE

RGB Percentages of Color #bc67ce

%37.83
%20.72
%41.45

CMYK Percentages of Color #bc67ce

%9
%50
%0
%19

Triadic Colors of #bc67ce

#bc67ce #cebc67 #67cebc

Analogous Colors of #bc67ce

#bc67ce #ce67ad #8967ce

Monochromatic Colors of #bc67ce

#bc67ce

Complementary Color

#bc67ce #79ce67

#bc67ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc67ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc67ce Color CSS Codes

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

#bc67ce Text Font Color

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

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


#bc67ce Background Color

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

This div background color is #bc67ce


#bc67ce Border Color

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

This div border color is #bc67ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc67ce


Comments

No comments written yet.

Please login to write comment.