Color Hex Logo

#bc3acf Color Hex

#BC3ACF
(188,58,207)
0 Favorites   0 Comments

Color spaces of #bc3acf

RGB 18858207
HSL0.810.610.52
HSV292°72°81°
CMYK 0.090.720.00   0.19
XYZ33.514618.222560.7824
Yxy18.22250.29790.1619
Hunter Lab42.687865.4383-54.5405
CIE-Lab49.764969.7696-51.2904

#bc3acf color RGB value is (188,58,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111010 11001111
Octal 274 72 317
Decimal 188 58 207
Hex BC 3A CF

RGB Percentages of Color #bc3acf

%41.50
%12.80
%45.70

CMYK Percentages of Color #bc3acf

%9
%72
%0
%19

Triadic Colors of #bc3acf

#bc3acf #cfbc3a #3acfbc

Analogous Colors of #bc3acf

#bc3acf #cf3a98 #723acf

Monochromatic Colors of #bc3acf

#bc3acf

Complementary Color

#bc3acf #4dcf3a

#bc3acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3acf Color CSS Codes

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

#bc3acf Text Font Color

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

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


#bc3acf Background Color

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

This div background color is #bc3acf


#bc3acf Border Color

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

This div border color is #bc3acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3acf


Comments

No comments written yet.

Please login to write comment.