Color Hex Logo

#bc35db Color Hex

#BC35DB
(188,53,219)
0 Favorites   0 Comments

Color spaces of #bc35db

RGB 18853219
HSL0.800.700.53
HSV289°76°86°
CMYK 0.140.760.00   0.14
XYZ34.798318.352068.7261
Yxy18.35200.28550.1506
Hunter Lab42.839270.0268-65.1303
CIE-Lab49.920373.5533-57.9048

#bc35db color RGB value is (188,53,219).

#bc35db hex color red value is 188, green value is 53 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc35db hue: 0.80 , saturation: 0.70 and the lightness value of bc35db is 0.53.

The process color (four color CMYK) of #bc35db color hex is 0.14, 0.76, 0.00, 0.14. Web safe color of #bc35db is #cc33cc. Color #bc35db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 11011011
Octal 274 65 333
Decimal 188 53 219
Hex BC 35 DB

RGB Percentages of Color #bc35db

%40.87
%11.52
%47.61

CMYK Percentages of Color #bc35db

%14
%76
%0
%14

Triadic Colors of #bc35db

#bc35db #dbbc35 #35dbbc

Analogous Colors of #bc35db

#bc35db #db35a7 #6935db

Monochromatic Colors of #bc35db

#bc35db

Complementary Color

#bc35db #54db35

#bc35db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc35db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc35db Color CSS Codes

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

#bc35db Text Font Color

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

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


#bc35db Background Color

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

This div background color is #bc35db


#bc35db Border Color

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

This div border color is #bc35db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc35db


Comments

No comments written yet.

Please login to write comment.