Color Hex Logo

#bc52df Color Hex

#BC52DF
(188,82,223)
0 Favorites   0 Comments

Color spaces of #bc52df

RGB 18882223
HSL0.790.690.60
HSV285°63°87°
CMYK 0.160.630.00   0.13
XYZ37.075622.053772.1147
Yxy22.05370.28250.1680
Hunter Lab46.961458.7418-58.1738
CIE-Lab54.083963.2451-53.5006

#bc52df color RGB value is (188,82,223).

#bc52df hex color red value is 188, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc52df hue: 0.79 , saturation: 0.69 and the lightness value of bc52df is 0.60.

The process color (four color CMYK) of #bc52df color hex is 0.16, 0.63, 0.00, 0.13. Web safe color of #bc52df is #cc66cc. Color #bc52df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 11011111
Octal 274 122 337
Decimal 188 82 223
Hex BC 52 DF

RGB Percentages of Color #bc52df

%38.13
%16.63
%45.23

CMYK Percentages of Color #bc52df

%16
%63
%0
%13

Triadic Colors of #bc52df

#bc52df #dfbc52 #52dfbc

Analogous Colors of #bc52df

#bc52df #df52bc #7652df

Monochromatic Colors of #bc52df

#bc52df

Complementary Color

#bc52df #75df52

#bc52df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc52df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc52df Color CSS Codes

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

#bc52df Text Font Color

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

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


#bc52df Background Color

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

This div background color is #bc52df


#bc52df Border Color

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

This div border color is #bc52df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,82,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 #bc52df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc52df


Comments

No comments written yet.

Please login to write comment.