Color Hex Logo

#bc69da Color Hex

#BC69DA
(188,105,218)
0 Favorites   0 Comments

Color spaces of #bc69da

RGB 188105218
HSL0.790.600.63
HSV284°52°85°
CMYK 0.140.520.00   0.15
XYZ38.445525.856569.2942
Yxy25.85650.28780.1935
Hunter Lab50.849345.9718-45.2022
CIE-Lab57.900651.2392-44.6171

#bc69da color RGB value is (188,105,218).

#bc69da hex color red value is 188, green value is 105 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc69da hue: 0.79 , saturation: 0.60 and the lightness value of bc69da is 0.63.

The process color (four color CMYK) of #bc69da color hex is 0.14, 0.52, 0.00, 0.15. Web safe color of #bc69da is #cc66cc. Color #bc69da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 11011010
Octal 274 151 332
Decimal 188 105 218
Hex BC 69 DA

RGB Percentages of Color #bc69da

%36.79
%20.55
%42.66

CMYK Percentages of Color #bc69da

%14
%52
%0
%15

Triadic Colors of #bc69da

#bc69da #dabc69 #69dabc

Analogous Colors of #bc69da

#bc69da #da69c0 #8469da

Monochromatic Colors of #bc69da

#bc69da

Complementary Color

#bc69da #87da69

#bc69da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc69da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc69da Color CSS Codes

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

#bc69da Text Font Color

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

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


#bc69da Background Color

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

This div background color is #bc69da


#bc69da Border Color

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

This div border color is #bc69da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc69da


Comments

No comments written yet.

Please login to write comment.