Color Hex Logo

#bc32df Color Hex

#BC32DF
(188,50,223)
0 Favorites   0 Comments

Color spaces of #bc32df

RGB 18850223
HSL0.800.730.54
HSV288°78°87°
CMYK 0.160.780.00   0.13
XYZ35.198918.300371.4892
Yxy18.30030.28160.1464
Hunter Lab42.778872.0087-69.1364
CIE-Lab49.858375.1878-60.2806

#bc32df color RGB value is (188,50,223).

#bc32df hex color red value is 188, green value is 50 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc32df hue: 0.80 , saturation: 0.73 and the lightness value of bc32df is 0.54.

The process color (four color CMYK) of #bc32df color hex is 0.16, 0.78, 0.00, 0.13. Web safe color of #bc32df is #cc33cc. Color #bc32df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 11011111
Octal 274 62 337
Decimal 188 50 223
Hex BC 32 DF

RGB Percentages of Color #bc32df

%40.78
%10.85
%48.37

CMYK Percentages of Color #bc32df

%16
%78
%0
%13

Triadic Colors of #bc32df

#bc32df #dfbc32 #32dfbc

Analogous Colors of #bc32df

#bc32df #df32ac #6632df

Monochromatic Colors of #bc32df

#bc32df

Complementary Color

#bc32df #55df32

#bc32df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc32df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc32df Color CSS Codes

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

#bc32df Text Font Color

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

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


#bc32df Background Color

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

This div background color is #bc32df


#bc32df Border Color

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

This div border color is #bc32df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc32df


Comments

No comments written yet.

Please login to write comment.