Color Hex Logo

#bc6296 Color Hex

#BC6296
(188,98,150)
0 Favorites   0 Comments

Color spaces of #bc6296

RGB 18898150
HSL0.900.400.56
HSV325°48°74°
CMYK 0.000.480.20   0.26
XYZ30.611721.628731.4155
Yxy21.62870.36590.2585
Hunter Lab46.506736.1059-7.4960
CIE-Lab53.630842.5979-12.1042

#bc6296 color RGB value is (188,98,150).

#bc6296 hex color red value is 188, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bc6296 hue: 0.90 , saturation: 0.40 and the lightness value of bc6296 is 0.56.

The process color (four color CMYK) of #bc6296 color hex is 0.00, 0.48, 0.20, 0.26. Web safe color of #bc6296 is #cc6699. Color #bc6296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 10010110
Octal 274 142 226
Decimal 188 98 150
Hex BC 62 96

RGB Percentages of Color #bc6296

%43.12
%22.48
%34.40

CMYK Percentages of Color #bc6296

%0
%48
%20
%26

Triadic Colors of #bc6296

#bc6296 #96bc62 #6296bc

Analogous Colors of #bc6296

#bc6296 #bc6269 #b562bc

Monochromatic Colors of #bc6296

#bc6296

Complementary Color

#bc6296 #62bc88

#bc6296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6296 Color CSS Codes

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

#bc6296 Text Font Color

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

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


#bc6296 Background Color

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

This div background color is #bc6296


#bc6296 Border Color

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

This div border color is #bc6296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6296


Comments

No comments written yet.

Please login to write comment.