Color Hex Logo

#bc98cc Color Hex

#BC98CC
(188,152,204)
0 Favorites   0 Comments

Color spaces of #bc98cc

RGB 188152204
HSL0.780.340.70
HSV282°25°80°
CMYK 0.080.250.00   0.20
XYZ42.866437.507562.1071
Yxy37.50750.30090.2632
Hunter Lab61.243417.7626-17.2558
CIE-Lab67.656122.8525-21.6313

#bc98cc color RGB value is (188,152,204).

#bc98cc hex color red value is 188, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc98cc hue: 0.78 , saturation: 0.34 and the lightness value of bc98cc is 0.70.

The process color (four color CMYK) of #bc98cc color hex is 0.08, 0.25, 0.00, 0.20. Web safe color of #bc98cc is #cc99cc. Color #bc98cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 11001100
Octal 274 230 314
Decimal 188 152 204
Hex BC 98 CC

RGB Percentages of Color #bc98cc

%34.56
%27.94
%37.50

CMYK Percentages of Color #bc98cc

%8
%25
%0
%20

Triadic Colors of #bc98cc

#bc98cc #ccbc98 #98ccbc

Analogous Colors of #bc98cc

#bc98cc #cc98c2 #a298cc

Monochromatic Colors of #bc98cc

#bc98cc

Complementary Color

#bc98cc #a8cc98

#bc98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc98cc Color CSS Codes

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

#bc98cc Text Font Color

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

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


#bc98cc Background Color

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

This div background color is #bc98cc


#bc98cc Border Color

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

This div border color is #bc98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc98cc


Comments

No comments written yet.

Please login to write comment.