Color Hex Logo

#bc3ccf Color Hex

#BC3CCF
(188,60,207)
0 Favorites   0 Comments

Color spaces of #bc3ccf

RGB 18860207
HSL0.810.600.52
HSV292°71°81°
CMYK 0.090.710.00   0.19
XYZ33.617418.428160.8166
Yxy18.42810.29790.1633
Hunter Lab42.928064.6615-53.9473
CIE-Lab50.011369.0683-50.8964

#bc3ccf color RGB value is (188,60,207).

#bc3ccf hex color red value is 188, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc3ccf hue: 0.81 , saturation: 0.60 and the lightness value of bc3ccf is 0.52.

The process color (four color CMYK) of #bc3ccf color hex is 0.09, 0.71, 0.00, 0.19. Web safe color of #bc3ccf is #cc33cc. Color #bc3ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111100 11001111
Octal 274 74 317
Decimal 188 60 207
Hex BC 3C CF

RGB Percentages of Color #bc3ccf

%41.32
%13.19
%45.49

CMYK Percentages of Color #bc3ccf

%9
%71
%0
%19

Triadic Colors of #bc3ccf

#bc3ccf #cfbc3c #3ccfbc

Analogous Colors of #bc3ccf

#bc3ccf #cf3c99 #733ccf

Monochromatic Colors of #bc3ccf

#bc3ccf

Complementary Color

#bc3ccf #4fcf3c

#bc3ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3ccf Color CSS Codes

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

#bc3ccf Text Font Color

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

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


#bc3ccf Background Color

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

This div background color is #bc3ccf


#bc3ccf Border Color

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

This div border color is #bc3ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3ccf


Comments

No comments written yet.

Please login to write comment.