Color Hex Logo

#bc077d Color Hex

#BC077D
(188,7,125)
0 Favorites   0 Comments

Color spaces of #bc077d

RGB 1887125
HSL0.890.930.38
HSV321°96°74°
CMYK 0.000.960.34   0.26
XYZ24.516712.324020.4886
Yxy12.32400.42760.2150
Hunter Lab35.105663.2245-10.0294
CIE-Lab41.726569.4602-15.0793

#bc077d color RGB value is (188,7,125).

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

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

Base Numbers

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

RGB Percentages of Color #bc077d

%58.75
%2.19
%39.06

CMYK Percentages of Color #bc077d

%0
%96
%34
%26

Triadic Colors of #bc077d

#bc077d #7dbc07 #077dbc

Analogous Colors of #bc077d

#bc077d #bc0723 #a107bc

Monochromatic Colors of #bc077d

#bc077d

Complementary Color

#bc077d #07bc46

#bc077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc077d Color CSS Codes

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

#bc077d Text Font Color

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

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


#bc077d Background Color

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

This div background color is #bc077d


#bc077d Border Color

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

This div border color is #bc077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc077d


Comments

No comments written yet.

Please login to write comment.