Color Hex Logo

#bc09da Color Hex

#BC09DA
(188,9,218)
0 Favorites   0 Comments

Color spaces of #bc09da

RGB 1889218
HSL0.810.920.45
HSV291°96°85°
CMYK 0.140.960.00   0.15
XYZ33.491615.948767.6429
Yxy15.94870.28600.1362
Hunter Lab39.935879.8087-72.4697
CIE-Lab46.907182.0067-62.1938

#bc09da color RGB value is (188,9,218).

#bc09da hex color red value is 188, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc09da hue: 0.81 , saturation: 0.92 and the lightness value of bc09da is 0.45.

The process color (four color CMYK) of #bc09da color hex is 0.14, 0.96, 0.00, 0.15. Web safe color of #bc09da is #cc00cc. Color #bc09da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001001 11011010
Octal 274 11 332
Decimal 188 9 218
Hex BC 9 DA

RGB Percentages of Color #bc09da

%45.30
%2.17
%52.53

CMYK Percentages of Color #bc09da

%14
%96
%0
%15

Triadic Colors of #bc09da

#bc09da #dabc09 #09dabc

Analogous Colors of #bc09da

#bc09da #da0990 #5309da

Monochromatic Colors of #bc09da

#bc09da

Complementary Color

#bc09da #27da09

#bc09da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc09da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc09da Color CSS Codes

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

#bc09da Text Font Color

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

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


#bc09da Background Color

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

This div background color is #bc09da


#bc09da Border Color

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

This div border color is #bc09da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,9,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 #bc09da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc09da


Comments

No comments written yet.

Please login to write comment.