Color Hex Logo

#bc027d Color Hex

#BC027D
(188,2,125)
0 Favorites   0 Comments

Color spaces of #bc027d

RGB 1882125
HSL0.890.980.37
HSV320°99°74°
CMYK 0.000.990.34   0.26
XYZ24.462412.215520.4705
Yxy12.21550.42810.2138
Hunter Lab34.950763.7706-10.2605
CIE-Lab41.556669.9574-15.3385

#bc027d color RGB value is (188,2,125).

#bc027d hex color red value is 188, green value is 2 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc027d hue: 0.89 , saturation: 0.98 and the lightness value of bc027d is 0.37.

The process color (four color CMYK) of #bc027d color hex is 0.00, 0.99, 0.34, 0.26. Web safe color of #bc027d is #cc0066. Color #bc027d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000010 01111101
Octal 274 2 175
Decimal 188 2 125
Hex BC 2 7D

RGB Percentages of Color #bc027d

%59.68
%0.63
%39.68

CMYK Percentages of Color #bc027d

%0
%99
%34
%26

Triadic Colors of #bc027d

#bc027d #7dbc02 #027dbc

Analogous Colors of #bc027d

#bc027d #bc0220 #9e02bc

Monochromatic Colors of #bc027d

#bc027d

Complementary Color

#bc027d #02bc41

#bc027d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc027d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc027d Color CSS Codes

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

#bc027d Text Font Color

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

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


#bc027d Background Color

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

This div background color is #bc027d


#bc027d Border Color

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

This div border color is #bc027d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc027d


Comments

No comments written yet.

Please login to write comment.