Color Hex Logo

#bc3fde Color Hex

#BC3FDE
(188,63,222)
0 Favorites   0 Comments

Color spaces of #bc3fde

RGB 18863222
HSL0.800.710.56
HSV287°72°87°
CMYK 0.150.720.00   0.13
XYZ35.701419.520370.9934
Yxy19.52030.28290.1547
Hunter Lab44.181866.9201-64.3428
CIE-Lab51.290570.7154-57.4087

#bc3fde color RGB value is (188,63,222).

#bc3fde hex color red value is 188, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc3fde hue: 0.80 , saturation: 0.71 and the lightness value of bc3fde is 0.56.

The process color (four color CMYK) of #bc3fde color hex is 0.15, 0.72, 0.00, 0.13. Web safe color of #bc3fde is #cc33cc. Color #bc3fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111111 11011110
Octal 274 77 336
Decimal 188 63 222
Hex BC 3F DE

RGB Percentages of Color #bc3fde

%39.75
%13.32
%46.93

CMYK Percentages of Color #bc3fde

%15
%72
%0
%13

Triadic Colors of #bc3fde

#bc3fde #debc3f #3fdebc

Analogous Colors of #bc3fde

#bc3fde #de3fb1 #6d3fde

Monochromatic Colors of #bc3fde

#bc3fde

Complementary Color

#bc3fde #61de3f

#bc3fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3fde Color CSS Codes

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

#bc3fde Text Font Color

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

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


#bc3fde Background Color

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

This div background color is #bc3fde


#bc3fde Border Color

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

This div border color is #bc3fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3fde


Comments

No comments written yet.

Please login to write comment.