Color Hex Logo

#bc4275 Color Hex

#BC4275
(188,66,117)
0 Favorites   0 Comments

Color spaces of #bc4275

RGB 18866117
HSL0.930.480.50
HSV335°65°74°
CMYK 0.000.650.38   0.26
XYZ25.898115.872118.5283
Yxy15.87210.42950.2632
Hunter Lab39.839846.31530.3139
CIE-Lab46.806253.4338-2.5428

#bc4275 color RGB value is (188,66,117).

#bc4275 hex color red value is 188, green value is 66 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bc4275 hue: 0.93 , saturation: 0.48 and the lightness value of bc4275 is 0.50.

The process color (four color CMYK) of #bc4275 color hex is 0.00, 0.65, 0.38, 0.26. Web safe color of #bc4275 is #cc3366. Color #bc4275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01110101
Octal 274 102 165
Decimal 188 66 117
Hex BC 42 75

RGB Percentages of Color #bc4275

%50.67
%17.79
%31.54

CMYK Percentages of Color #bc4275

%0
%65
%38
%26

Triadic Colors of #bc4275

#bc4275 #75bc42 #4275bc

Analogous Colors of #bc4275

#bc4275 #bc4c42 #bc42b2

Monochromatic Colors of #bc4275

#bc4275

Complementary Color

#bc4275 #42bc89

#bc4275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4275 Color CSS Codes

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

#bc4275 Text Font Color

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

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


#bc4275 Background Color

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

This div background color is #bc4275


#bc4275 Border Color

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

This div border color is #bc4275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4275


Comments

No comments written yet.

Please login to write comment.