Color Hex Logo

#bc27da Color Hex

#BC27DA
(188,39,218)
0 Favorites   0 Comments

Color spaces of #bc27da

RGB 18839218
HSL0.810.710.50
HSV290°82°85°
CMYK 0.140.820.00   0.15
XYZ34.119417.204467.8521
Yxy17.20440.28630.1444
Hunter Lab41.478274.2449-67.9548
CIE-Lab48.516677.2625-59.5947

#bc27da color RGB value is (188,39,218).

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

The process color (four color CMYK) of #bc27da color hex is 0.14, 0.82, 0.00, 0.15. Web safe color of #bc27da is #cc33cc. Color #bc27da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 11011010
Octal 274 47 332
Decimal 188 39 218
Hex BC 27 DA

RGB Percentages of Color #bc27da

%42.25
%8.76
%48.99

CMYK Percentages of Color #bc27da

%14
%82
%0
%15

Triadic Colors of #bc27da

#bc27da #dabc27 #27dabc

Analogous Colors of #bc27da

#bc27da #da279f #6227da

Monochromatic Colors of #bc27da

#bc27da

Complementary Color

#bc27da #45da27

#bc27da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc27da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc27da Color CSS Codes

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

#bc27da Text Font Color

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

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


#bc27da Background Color

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

This div background color is #bc27da


#bc27da Border Color

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

This div border color is #bc27da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc27da


Comments

No comments written yet.

Please login to write comment.