Color Hex Logo

#bc24df Color Hex

#BC24DF
(188,36,223)
0 Favorites   0 Comments

Color spaces of #bc24df

RGB 18836223
HSL0.800.750.51
HSV289°84°87°
CMYK 0.160.840.00   0.13
XYZ34.689217.280871.3192
Yxy17.28080.28140.1402
Hunter Lab41.570276.2056-72.6208
CIE-Lab48.611978.8187-62.2917

#bc24df color RGB value is (188,36,223).

#bc24df hex color red value is 188, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc24df hue: 0.80 , saturation: 0.75 and the lightness value of bc24df is 0.51.

The process color (four color CMYK) of #bc24df color hex is 0.16, 0.84, 0.00, 0.13. Web safe color of #bc24df is #cc33cc. Color #bc24df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 11011111
Octal 274 44 337
Decimal 188 36 223
Hex BC 24 DF

RGB Percentages of Color #bc24df

%42.06
%8.05
%49.89

CMYK Percentages of Color #bc24df

%16
%84
%0
%13

Triadic Colors of #bc24df

#bc24df #dfbc24 #24dfbc

Analogous Colors of #bc24df

#bc24df #df24a5 #5e24df

Monochromatic Colors of #bc24df

#bc24df

Complementary Color

#bc24df #47df24

#bc24df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc24df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc24df Color CSS Codes

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

#bc24df Text Font Color

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

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


#bc24df Background Color

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

This div background color is #bc24df


#bc24df Border Color

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

This div border color is #bc24df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc24df


Comments

No comments written yet.

Please login to write comment.