Color Hex Logo

#bc075b Color Hex

#BC075B
(188,7,91)
0 Favorites   0 Comments

Color spaces of #bc075b

RGB 188791
HSL0.920.930.38
HSV332°96°74°
CMYK 0.000.960.52   0.26
XYZ22.703311.598710.9397
Yxy11.59870.50180.2564
Hunter Lab34.056959.39384.7948
CIE-Lab40.571166.39144.5587

#bc075b color RGB value is (188,7,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 01011011
Octal 274 7 133
Decimal 188 7 91
Hex BC 7 5B

RGB Percentages of Color #bc075b

%65.73
%2.45
%31.82

CMYK Percentages of Color #bc075b

%0
%96
%52
%26

Triadic Colors of #bc075b

#bc075b #5bbc07 #075bbc

Analogous Colors of #bc075b

#bc075b #bc0d07 #bc07b6

Monochromatic Colors of #bc075b

#bc075b

Complementary Color

#bc075b #07bc68

#bc075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc075b Color CSS Codes

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

#bc075b Text Font Color

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

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


#bc075b Background Color

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

This div background color is #bc075b


#bc075b Border Color

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

This div border color is #bc075b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc075b


Comments

No comments written yet.

Please login to write comment.