Color Hex Logo

#bc68be Color Hex

#BC68BE
(188,104,190)
0 Favorites   0 Comments

Color spaces of #bc68be

RGB 188104190
HSL0.830.400.58
HSV299°45°75°
CMYK 0.010.450.00   0.25
XYZ34.983624.309751.5636
Yxy24.30970.31560.2193
Hunter Lab49.304940.3687-27.4928
CIE-Lab56.396546.2722-31.0706

#bc68be color RGB value is (188,104,190).

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

The process color (four color CMYK) of #bc68be color hex is 0.01, 0.45, 0.00, 0.25. Web safe color of #bc68be is #cc66cc. Color #bc68be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10111110
Octal 274 150 276
Decimal 188 104 190
Hex BC 68 BE

RGB Percentages of Color #bc68be

%39.00
%21.58
%39.42

CMYK Percentages of Color #bc68be

%1
%45
%0
%25

Triadic Colors of #bc68be

#bc68be #bebc68 #68bebc

Analogous Colors of #bc68be

#bc68be #be6895 #9168be

Monochromatic Colors of #bc68be

#bc68be

Complementary Color

#bc68be #6abe68

#bc68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc68be Color CSS Codes

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

#bc68be Text Font Color

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

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


#bc68be Background Color

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

This div background color is #bc68be


#bc68be Border Color

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

This div border color is #bc68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc68be


Comments

No comments written yet.

Please login to write comment.