Color Hex Logo

#bc63be Color Hex

#BC63BE
(188,99,190)
0 Favorites   0 Comments

Color spaces of #bc63be

RGB 18899190
HSL0.830.410.57
HSV299°48°75°
CMYK 0.010.480.00   0.25
XYZ34.495123.332851.4008
Yxy23.33280.31580.2136
Hunter Lab48.304042.9392-29.2782
CIE-Lab55.413548.8339-32.6012

#bc63be color RGB value is (188,99,190).

#bc63be hex color red value is 188, green value is 99 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc63be hue: 0.83 , saturation: 0.41 and the lightness value of bc63be is 0.57.

The process color (four color CMYK) of #bc63be color hex is 0.01, 0.48, 0.00, 0.25. Web safe color of #bc63be is #cc66cc. Color #bc63be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 10111110
Octal 274 143 276
Decimal 188 99 190
Hex BC 63 BE

RGB Percentages of Color #bc63be

%39.41
%20.75
%39.83

CMYK Percentages of Color #bc63be

%1
%48
%0
%25

Triadic Colors of #bc63be

#bc63be #bebc63 #63bebc

Analogous Colors of #bc63be

#bc63be #be6393 #8f63be

Monochromatic Colors of #bc63be

#bc63be

Complementary Color

#bc63be #65be63

#bc63be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc63be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc63be Color CSS Codes

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

#bc63be Text Font Color

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

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


#bc63be Background Color

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

This div background color is #bc63be


#bc63be Border Color

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

This div border color is #bc63be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc63be


Comments

No comments written yet.

Please login to write comment.