Color Hex Logo

#bc22e5 Color Hex

#BC22E5
(188,34,229)
0 Favorites   0 Comments

Color spaces of #bc22e5

RGB 18834229
HSL0.800.790.52
HSV287°85°90°
CMYK 0.180.850.00   0.10
XYZ35.453917.492675.6365
Yxy17.49260.27570.1360
Hunter Lab41.824278.1203-77.9455
CIE-Lab48.874880.2921-65.2748

#bc22e5 color RGB value is (188,34,229).

#bc22e5 hex color red value is 188, green value is 34 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bc22e5 hue: 0.80 , saturation: 0.79 and the lightness value of bc22e5 is 0.52.

The process color (four color CMYK) of #bc22e5 color hex is 0.18, 0.85, 0.00, 0.10. Web safe color of #bc22e5 is #cc33cc. Color #bc22e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100010 11100101
Octal 274 42 345
Decimal 188 34 229
Hex BC 22 E5

RGB Percentages of Color #bc22e5

%41.69
%7.54
%50.78

CMYK Percentages of Color #bc22e5

%18
%85
%0
%10

Triadic Colors of #bc22e5

#bc22e5 #e5bc22 #22e5bc

Analogous Colors of #bc22e5

#bc22e5 #e522ad #5b22e5

Monochromatic Colors of #bc22e5

#bc22e5

Complementary Color

#bc22e5 #4be522

#bc22e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc22e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc22e5 Color CSS Codes

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

#bc22e5 Text Font Color

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

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


#bc22e5 Background Color

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

This div background color is #bc22e5


#bc22e5 Border Color

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

This div border color is #bc22e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc22e5


Comments

No comments written yet.

Please login to write comment.