Color Hex Logo

#bc6383 Color Hex

#BC6383
(188,99,131)
0 Favorites   0 Comments

Color spaces of #bc6383

RGB 18899131
HSL0.940.400.56
HSV338°47°74°
CMYK 0.000.470.30   0.26
XYZ29.297621.253724.0310
Yxy21.25370.39280.2850
Hunter Lab46.101732.75851.3657
CIE-Lab53.226039.3664-1.5098

#bc6383 color RGB value is (188,99,131).

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

The process color (four color CMYK) of #bc6383 color hex is 0.00, 0.47, 0.30, 0.26. Web safe color of #bc6383 is #cc6699. Color #bc6383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 10000011
Octal 274 143 203
Decimal 188 99 131
Hex BC 63 83

RGB Percentages of Color #bc6383

%44.98
%23.68
%31.34

CMYK Percentages of Color #bc6383

%0
%47
%30
%26

Triadic Colors of #bc6383

#bc6383 #83bc63 #6383bc

Analogous Colors of #bc6383

#bc6383 #bc7063 #bc63b0

Monochromatic Colors of #bc6383

#bc6383

Complementary Color

#bc6383 #63bc9c

#bc6383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6383 Color CSS Codes

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

#bc6383 Text Font Color

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

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


#bc6383 Background Color

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

This div background color is #bc6383


#bc6383 Border Color

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

This div border color is #bc6383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6383


Comments

No comments written yet.

Please login to write comment.