Color Hex Logo

#bc297c Color Hex

#BC297C
(188,41,124)
0 Favorites   0 Comments

Color spaces of #bc297c

RGB 18841124
HSL0.910.640.45
HSV326°78°74°
CMYK 0.000.780.34   0.26
XYZ25.170113.732520.3928
Yxy13.73250.42450.2316
Hunter Lab37.057456.3902-6.6873
CIE-Lab43.846863.1236-11.2447

#bc297c color RGB value is (188,41,124).

#bc297c hex color red value is 188, green value is 41 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bc297c hue: 0.91 , saturation: 0.64 and the lightness value of bc297c is 0.45.

The process color (four color CMYK) of #bc297c color hex is 0.00, 0.78, 0.34, 0.26. Web safe color of #bc297c is #cc3366. Color #bc297c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 01111100
Octal 274 51 174
Decimal 188 41 124
Hex BC 29 7C

RGB Percentages of Color #bc297c

%53.26
%11.61
%35.13

CMYK Percentages of Color #bc297c

%0
%78
%34
%26

Triadic Colors of #bc297c

#bc297c #7cbc29 #297cbc

Analogous Colors of #bc297c

#bc297c #bc2932 #b329bc

Monochromatic Colors of #bc297c

#bc297c

Complementary Color

#bc297c #29bc69

#bc297c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc297c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc297c Color CSS Codes

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

#bc297c Text Font Color

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

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


#bc297c Background Color

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

This div background color is #bc297c


#bc297c Border Color

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

This div border color is #bc297c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc297c


Comments

No comments written yet.

Please login to write comment.