Color Hex Logo

#bc21bf Color Hex

#BC21BF
(188,33,191)
0 Favorites   0 Comments

Color spaces of #bc21bf

RGB 18833191
HSL0.830.710.44
HSV299°83°75°
CMYK 0.020.830.00   0.25
XYZ30.686915.540750.6725
Yxy15.54070.31670.1604
Hunter Lab39.421769.9612-48.6160
CIE-Lab46.366074.1920-47.4613

#bc21bf color RGB value is (188,33,191).

#bc21bf hex color red value is 188, green value is 33 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc21bf hue: 0.83 , saturation: 0.71 and the lightness value of bc21bf is 0.44.

The process color (four color CMYK) of #bc21bf color hex is 0.02, 0.83, 0.00, 0.25. Web safe color of #bc21bf is #cc33cc. Color #bc21bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 10111111
Octal 274 41 277
Decimal 188 33 191
Hex BC 21 BF

RGB Percentages of Color #bc21bf

%45.63
%8.01
%46.36

CMYK Percentages of Color #bc21bf

%2
%83
%0
%25

Triadic Colors of #bc21bf

#bc21bf #bfbc21 #21bfbc

Analogous Colors of #bc21bf

#bc21bf #bf2173 #6d21bf

Monochromatic Colors of #bc21bf

#bc21bf

Complementary Color

#bc21bf #24bf21

#bc21bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc21bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc21bf Color CSS Codes

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

#bc21bf Text Font Color

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

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


#bc21bf Background Color

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

This div background color is #bc21bf


#bc21bf Border Color

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

This div border color is #bc21bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc21bf


Comments

No comments written yet.

Please login to write comment.