Color Hex Logo

#bc52ba Color Hex

#BC52BA
(188,82,186)
0 Favorites   0 Comments

Color spaces of #bc52ba

RGB 18882186
HSL0.840.440.53
HSV301°56°74°
CMYK 0.000.560.01   0.26
XYZ32.619320.271148.6479
Yxy20.27110.32130.1996
Hunter Lab45.023450.5315-32.5465
CIE-Lab52.142356.3480-35.4099

#bc52ba color RGB value is (188,82,186).

#bc52ba hex color red value is 188, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc52ba hue: 0.84 , saturation: 0.44 and the lightness value of bc52ba is 0.53.

The process color (four color CMYK) of #bc52ba color hex is 0.00, 0.56, 0.01, 0.26. Web safe color of #bc52ba is #cc66cc. Color #bc52ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 10111010
Octal 274 122 272
Decimal 188 82 186
Hex BC 52 BA

RGB Percentages of Color #bc52ba

%41.23
%17.98
%40.79

CMYK Percentages of Color #bc52ba

%0
%56
%1
%26

Triadic Colors of #bc52ba

#bc52ba #babc52 #52babc

Analogous Colors of #bc52ba

#bc52ba #bc5285 #8952bc

Monochromatic Colors of #bc52ba

#bc52ba

Complementary Color

#bc52ba #52bc54

#bc52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc52ba Color CSS Codes

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

#bc52ba Text Font Color

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

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


#bc52ba Background Color

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

This div background color is #bc52ba


#bc52ba Border Color

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

This div border color is #bc52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc52ba


Comments

No comments written yet.

Please login to write comment.