Color Hex Logo

#bc6898 Color Hex

#BC6898
(188,104,152)
0 Favorites   0 Comments

Color spaces of #bc6898

RGB 188104152
HSL0.900.390.57
HSV326°45°74°
CMYK 0.000.450.19   0.26
XYZ31.356822.859032.4653
Yxy22.85900.36170.2637
Hunter Lab47.811133.3994-6.7921
CIE-Lab54.926839.7702-11.3257

#bc6898 color RGB value is (188,104,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10011000
Octal 274 150 230
Decimal 188 104 152
Hex BC 68 98

RGB Percentages of Color #bc6898

%42.34
%23.42
%34.23

CMYK Percentages of Color #bc6898

%0
%45
%19
%26

Triadic Colors of #bc6898

#bc6898 #98bc68 #6898bc

Analogous Colors of #bc6898

#bc6898 #bc686e #b668bc

Monochromatic Colors of #bc6898

#bc6898

Complementary Color

#bc6898 #68bc8c

#bc6898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6898 Color CSS Codes

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

#bc6898 Text Font Color

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

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


#bc6898 Background Color

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

This div background color is #bc6898


#bc6898 Border Color

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

This div border color is #bc6898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6898


Comments

No comments written yet.

Please login to write comment.