Color Hex Logo

#bc055d Color Hex

#BC055D
(188,5,93)
0 Favorites   0 Comments

Color spaces of #bc055d

RGB 188593
HSL0.920.950.38
HSV331°97°74°
CMYK 0.000.970.51   0.26
XYZ22.769111.590211.3930
Yxy11.59020.49770.2533
Hunter Lab34.044459.80433.9896
CIE-Lab40.557366.75043.2680

#bc055d color RGB value is (188,5,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000101 01011101
Octal 274 5 135
Decimal 188 5 93
Hex BC 5 5D

RGB Percentages of Color #bc055d

%65.73
%1.75
%32.52

CMYK Percentages of Color #bc055d

%0
%97
%51
%26

Triadic Colors of #bc055d

#bc055d #5dbc05 #055dbc

Analogous Colors of #bc055d

#bc055d #bc0805 #bc05b9

Monochromatic Colors of #bc055d

#bc055d

Complementary Color

#bc055d #05bc64

#bc055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc055d Color CSS Codes

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

#bc055d Text Font Color

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

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


#bc055d Background Color

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

This div background color is #bc055d


#bc055d Border Color

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

This div border color is #bc055d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc055d


Comments

No comments written yet.

Please login to write comment.