Color Hex Logo

#bc62db Color Hex

#BC62DB
(188,98,219)
0 Favorites   0 Comments

Color spaces of #bc62db

RGB 18898219
HSL0.790.630.62
HSV285°55°86°
CMYK 0.140.550.00   0.14
XYZ37.892924.541269.7576
Yxy24.54120.28670.1856
Hunter Lab49.539149.8429-48.8108
CIE-Lab56.625654.9545-47.1979

#bc62db color RGB value is (188,98,219).

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

The process color (four color CMYK) of #bc62db color hex is 0.14, 0.55, 0.00, 0.14. Web safe color of #bc62db is #cc66cc. Color #bc62db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 11011011
Octal 274 142 333
Decimal 188 98 219
Hex BC 62 DB

RGB Percentages of Color #bc62db

%37.23
%19.41
%43.37

CMYK Percentages of Color #bc62db

%14
%55
%0
%14

Triadic Colors of #bc62db

#bc62db #dbbc62 #62dbbc

Analogous Colors of #bc62db

#bc62db #db62be #8062db

Monochromatic Colors of #bc62db

#bc62db

Complementary Color

#bc62db #81db62

#bc62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc62db Color CSS Codes

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

#bc62db Text Font Color

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

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


#bc62db Background Color

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

This div background color is #bc62db


#bc62db Border Color

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

This div border color is #bc62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc62db


Comments

No comments written yet.

Please login to write comment.