Color Hex Logo

#bc679a Color Hex

#BC679A
(188,103,154)
0 Favorites   0 Comments

Color spaces of #bc679a

RGB 188103154
HSL0.900.390.57
HSV324°45°74°
CMYK 0.000.450.18   0.26
XYZ31.422022.725033.3021
Yxy22.72500.35930.2599
Hunter Lab47.670734.2338-8.0496
CIE-Lab54.787940.6080-12.7034

#bc679a color RGB value is (188,103,154).

#bc679a hex color red value is 188, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc679a hue: 0.90 , saturation: 0.39 and the lightness value of bc679a is 0.57.

The process color (four color CMYK) of #bc679a color hex is 0.00, 0.45, 0.18, 0.26. Web safe color of #bc679a is #cc6699. Color #bc679a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 10011010
Octal 274 147 232
Decimal 188 103 154
Hex BC 67 9A

RGB Percentages of Color #bc679a

%42.25
%23.15
%34.61

CMYK Percentages of Color #bc679a

%0
%45
%18
%26

Triadic Colors of #bc679a

#bc679a #9abc67 #679abc

Analogous Colors of #bc679a

#bc679a #bc6770 #b467bc

Monochromatic Colors of #bc679a

#bc679a

Complementary Color

#bc679a #67bc89

#bc679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc679a Color CSS Codes

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

#bc679a Text Font Color

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

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


#bc679a Background Color

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

This div background color is #bc679a


#bc679a Border Color

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

This div border color is #bc679a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc679a


Comments

No comments written yet.

Please login to write comment.