Color Hex Logo

#bc24ed Color Hex

#BC24ED
(188,36,237)
0 Favorites   0 Comments

Color spaces of #bc24ed

RGB 18836237
HSL0.790.850.54
HSV285°85°93°
CMYK 0.210.850.00   0.07
XYZ36.656018.067581.6762
Yxy18.06750.26870.1325
Hunter Lab42.505979.5486-84.1732
CIE-Lab49.577981.2844-68.6571

#bc24ed color RGB value is (188,36,237).

#bc24ed hex color red value is 188, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bc24ed hue: 0.79 , saturation: 0.85 and the lightness value of bc24ed is 0.54.

The process color (four color CMYK) of #bc24ed color hex is 0.21, 0.85, 0.00, 0.07. Web safe color of #bc24ed is #cc33ff. Color #bc24ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 11101101
Octal 274 44 355
Decimal 188 36 237
Hex BC 24 ED

RGB Percentages of Color #bc24ed

%40.78
%7.81
%51.41

CMYK Percentages of Color #bc24ed

%21
%85
%0
%7

Triadic Colors of #bc24ed

#bc24ed #edbc24 #24edbc

Analogous Colors of #bc24ed

#bc24ed #ed24ba #5724ed

Monochromatic Colors of #bc24ed

#bc24ed

Complementary Color

#bc24ed #55ed24

#bc24ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc24ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc24ed Color CSS Codes

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

#bc24ed Text Font Color

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

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


#bc24ed Background Color

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

This div background color is #bc24ed


#bc24ed Border Color

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

This div border color is #bc24ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc24ed


Comments

No comments written yet.

Please login to write comment.