Color Hex Logo

#bc89df Color Hex

#BC89DF
(188,137,223)
0 Favorites   0 Comments

Color spaces of #bc89df

RGB 188137223
HSL0.770.570.71
HSV276°39°87°
CMYK 0.160.390.00   0.13
XYZ43.004033.910474.0908
Yxy33.91040.28480.2246
Hunter Lab58.232629.9127-34.6733
CIE-Lab64.891435.1790-36.4451

#bc89df color RGB value is (188,137,223).

#bc89df hex color red value is 188, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc89df hue: 0.77 , saturation: 0.57 and the lightness value of bc89df is 0.71.

The process color (four color CMYK) of #bc89df color hex is 0.16, 0.39, 0.00, 0.13. Web safe color of #bc89df is #cc99cc. Color #bc89df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 11011111
Octal 274 211 337
Decimal 188 137 223
Hex BC 89 DF

RGB Percentages of Color #bc89df

%34.31
%25.00
%40.69

CMYK Percentages of Color #bc89df

%16
%39
%0
%13

Triadic Colors of #bc89df

#bc89df #dfbc89 #89dfbc

Analogous Colors of #bc89df

#bc89df #df89d7 #9189df

Monochromatic Colors of #bc89df

#bc89df

Complementary Color

#bc89df #acdf89

#bc89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89df Color CSS Codes

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

#bc89df Text Font Color

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

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


#bc89df Background Color

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

This div background color is #bc89df


#bc89df Border Color

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

This div border color is #bc89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89df

#bc89df Color Palettes


Comments

No comments written yet.

Please login to write comment.