Color Hex Logo

#bc50ca Color Hex

#BC50CA
(188,80,202)
0 Favorites   0 Comments

Color spaces of #bc50ca

RGB 18880202
HSL0.810.540.55
HSV293°60°79°
CMYK 0.070.600.00   0.21
XYZ34.268420.693058.0651
Yxy20.69300.30320.1831
Hunter Lab45.489654.8617-43.8380
CIE-Lab52.611960.1269-43.8903

#bc50ca color RGB value is (188,80,202).

#bc50ca hex color red value is 188, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc50ca hue: 0.81 , saturation: 0.54 and the lightness value of bc50ca is 0.55.

The process color (four color CMYK) of #bc50ca color hex is 0.07, 0.60, 0.00, 0.21. Web safe color of #bc50ca is #cc66cc. Color #bc50ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 11001010
Octal 274 120 312
Decimal 188 80 202
Hex BC 50 CA

RGB Percentages of Color #bc50ca

%40.00
%17.02
%42.98

CMYK Percentages of Color #bc50ca

%7
%60
%0
%21

Triadic Colors of #bc50ca

#bc50ca #cabc50 #50cabc

Analogous Colors of #bc50ca

#bc50ca #ca509b #7f50ca

Monochromatic Colors of #bc50ca

#bc50ca

Complementary Color

#bc50ca #5eca50

#bc50ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc50ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc50ca Color CSS Codes

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

#bc50ca Text Font Color

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

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


#bc50ca Background Color

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

This div background color is #bc50ca


#bc50ca Border Color

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

This div border color is #bc50ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc50ca


Comments

No comments written yet.

Please login to write comment.