Color Hex Logo

#bc62df Color Hex

#BC62DF
(188,98,223)
0 Favorites   0 Comments

Color spaces of #bc62df

RGB 18898223
HSL0.790.660.63
HSV283°56°87°
CMYK 0.160.560.00   0.13
XYZ38.426024.754472.5648
Yxy24.75440.28310.1824
Hunter Lab49.753850.7905-51.6455
CIE-Lab56.835355.7683-49.1188

#bc62df color RGB value is (188,98,223).

#bc62df hex color red value is 188, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc62df hue: 0.79 , saturation: 0.66 and the lightness value of bc62df is 0.63.

The process color (four color CMYK) of #bc62df color hex is 0.16, 0.56, 0.00, 0.13. Web safe color of #bc62df is #cc66cc. Color #bc62df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 11011111
Octal 274 142 337
Decimal 188 98 223
Hex BC 62 DF

RGB Percentages of Color #bc62df

%36.94
%19.25
%43.81

CMYK Percentages of Color #bc62df

%16
%56
%0
%13

Triadic Colors of #bc62df

#bc62df #dfbc62 #62dfbc

Analogous Colors of #bc62df

#bc62df #df62c4 #7e62df

Monochromatic Colors of #bc62df

#bc62df

Complementary Color

#bc62df #85df62

#bc62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc62df Color CSS Codes

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

#bc62df Text Font Color

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

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


#bc62df Background Color

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

This div background color is #bc62df


#bc62df Border Color

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

This div border color is #bc62df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,98,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 #bc62df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc62df


Comments

No comments written yet.

Please login to write comment.