Color Hex Logo

#bc4ada Color Hex

#BC4ADA
(188,74,218)
0 Favorites   0 Comments

Color spaces of #bc4ada

RGB 18874218
HSL0.800.660.57
HSV288°66°85°
CMYK 0.140.660.00   0.15
XYZ35.842720.650968.4266
Yxy20.65090.28690.1653
Hunter Lab45.443361.2635-57.4662
CIE-Lab52.565365.6957-53.0949

#bc4ada color RGB value is (188,74,218).

#bc4ada hex color red value is 188, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bc4ada hue: 0.80 , saturation: 0.66 and the lightness value of bc4ada is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 11011010
Octal 274 112 332
Decimal 188 74 218
Hex BC 4A DA

RGB Percentages of Color #bc4ada

%39.17
%15.42
%45.42

CMYK Percentages of Color #bc4ada

%14
%66
%0
%15

Triadic Colors of #bc4ada

#bc4ada #dabc4a #4adabc

Analogous Colors of #bc4ada

#bc4ada #da4ab0 #744ada

Monochromatic Colors of #bc4ada

#bc4ada

Complementary Color

#bc4ada #68da4a

#bc4ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ada Color CSS Codes

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

#bc4ada Text Font Color

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

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


#bc4ada Background Color

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

This div background color is #bc4ada


#bc4ada Border Color

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

This div border color is #bc4ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ada


Comments

No comments written yet.

Please login to write comment.