Color Hex Logo

#bc4cdd Color Hex

#BC4CDD
(188,76,221)
0 Favorites   0 Comments

Color spaces of #bc4cdd

RGB 18876221
HSL0.800.680.58
HSV286°66°87°
CMYK 0.150.660.00   0.13
XYZ36.374621.080770.5584
Yxy21.08070.28410.1647
Hunter Lab45.913761.0655-58.9749
CIE-Lab53.037765.4376-54.0412

#bc4cdd color RGB value is (188,76,221).

#bc4cdd hex color red value is 188, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc4cdd hue: 0.80 , saturation: 0.68 and the lightness value of bc4cdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001100 11011101
Octal 274 114 335
Decimal 188 76 221
Hex BC 4C DD

RGB Percentages of Color #bc4cdd

%38.76
%15.67
%45.57

CMYK Percentages of Color #bc4cdd

%15
%66
%0
%13

Triadic Colors of #bc4cdd

#bc4cdd #ddbc4c #4cddbc

Analogous Colors of #bc4cdd

#bc4cdd #dd4cb6 #744cdd

Monochromatic Colors of #bc4cdd

#bc4cdd

Complementary Color

#bc4cdd #6ddd4c

#bc4cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4cdd Color CSS Codes

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

#bc4cdd Text Font Color

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

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


#bc4cdd Background Color

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

This div background color is #bc4cdd


#bc4cdd Border Color

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

This div border color is #bc4cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4cdd


Comments

No comments written yet.

Please login to write comment.