Color Hex Logo

#bc075c Color Hex

#BC075C
(188,7,92)
0 Favorites   0 Comments

Color spaces of #bc075c

RGB 188792
HSL0.920.930.38
HSV332°96°74°
CMYK 0.000.960.51   0.26
XYZ22.746811.616011.1684
Yxy11.61600.49960.2551
Hunter Lab34.082359.48854.4289
CIE-Lab40.599266.46823.9637

#bc075c color RGB value is (188,7,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 01011100
Octal 274 7 134
Decimal 188 7 92
Hex BC 7 5C

RGB Percentages of Color #bc075c

%65.51
%2.44
%32.06

CMYK Percentages of Color #bc075c

%0
%96
%51
%26

Triadic Colors of #bc075c

#bc075c #5cbc07 #075cbc

Analogous Colors of #bc075c

#bc075c #bc0c07 #bc07b7

Monochromatic Colors of #bc075c

#bc075c

Complementary Color

#bc075c #07bc67

#bc075c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc075c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc075c Color CSS Codes

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

#bc075c Text Font Color

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

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


#bc075c Background Color

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

This div background color is #bc075c


#bc075c Border Color

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

This div border color is #bc075c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc075c


Comments

No comments written yet.

Please login to write comment.