Color Hex Logo

#bc218e Color Hex

#BC218E
(188,33,142)
0 Favorites   0 Comments

Color spaces of #bc218e

RGB 18833142
HSL0.880.700.43
HSV318°82°74°
CMYK 0.000.820.24   0.26
XYZ26.165413.732126.8627
Yxy13.73210.39190.2057
Hunter Lab37.056861.1872-17.0398
CIE-Lab43.846367.3038-22.2541

#bc218e color RGB value is (188,33,142).

#bc218e hex color red value is 188, green value is 33 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc218e hue: 0.88 , saturation: 0.70 and the lightness value of bc218e is 0.43.

The process color (four color CMYK) of #bc218e color hex is 0.00, 0.82, 0.24, 0.26. Web safe color of #bc218e is #cc3399. Color #bc218e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 10001110
Octal 274 41 216
Decimal 188 33 142
Hex BC 21 8E

RGB Percentages of Color #bc218e

%51.79
%9.09
%39.12

CMYK Percentages of Color #bc218e

%0
%82
%24
%26

Triadic Colors of #bc218e

#bc218e #8ebc21 #218ebc

Analogous Colors of #bc218e

#bc218e #bc2141 #9d21bc

Monochromatic Colors of #bc218e

#bc218e

Complementary Color

#bc218e #21bc4f

#bc218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc218e Color CSS Codes

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

#bc218e Text Font Color

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

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


#bc218e Background Color

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

This div background color is #bc218e


#bc218e Border Color

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

This div border color is #bc218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc218e


Comments

No comments written yet.

Please login to write comment.