Color Hex Logo

#bc3cc4 Color Hex

#BC3CC4
(188,60,196)
0 Favorites   0 Comments

Color spaces of #bc3cc4

RGB 18860196
HSL0.820.540.50
HSV296°69°77°
CMYK 0.040.690.00   0.23
XYZ32.318717.908653.9779
Yxy17.90860.31010.1719
Hunter Lab42.318662.2631-46.0022
CIE-Lab49.385167.1542-45.5554

#bc3cc4 color RGB value is (188,60,196).

#bc3cc4 hex color red value is 188, green value is 60 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bc3cc4 hue: 0.82 , saturation: 0.54 and the lightness value of bc3cc4 is 0.50.

The process color (four color CMYK) of #bc3cc4 color hex is 0.04, 0.69, 0.00, 0.23. Web safe color of #bc3cc4 is #cc33cc. Color #bc3cc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111100 11000100
Octal 274 74 304
Decimal 188 60 196
Hex BC 3C C4

RGB Percentages of Color #bc3cc4

%42.34
%13.51
%44.14

CMYK Percentages of Color #bc3cc4

%4
%69
%0
%23

Triadic Colors of #bc3cc4

#bc3cc4 #c4bc3c #3cc4bc

Analogous Colors of #bc3cc4

#bc3cc4 #c43c88 #783cc4

Monochromatic Colors of #bc3cc4

#bc3cc4

Complementary Color

#bc3cc4 #44c43c

#bc3cc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3cc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3cc4 Color CSS Codes

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

#bc3cc4 Text Font Color

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

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


#bc3cc4 Background Color

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

This div background color is #bc3cc4


#bc3cc4 Border Color

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

This div border color is #bc3cc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3cc4


Comments

No comments written yet.

Please login to write comment.