Color Hex Logo

#bc39bf Color Hex

#BC39BF
(188,57,191)
0 Favorites   0 Comments

Color spaces of #bc39bf

RGB 18857191
HSL0.830.540.49
HSV299°70°75°
CMYK 0.020.700.00   0.25
XYZ31.606117.379250.9789
Yxy17.37920.31620.1739
Hunter Lab41.688462.3754-43.3213
CIE-Lab48.734367.3751-43.6898

#bc39bf color RGB value is (188,57,191).

#bc39bf hex color red value is 188, green value is 57 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc39bf hue: 0.83 , saturation: 0.54 and the lightness value of bc39bf is 0.49.

The process color (four color CMYK) of #bc39bf color hex is 0.02, 0.70, 0.00, 0.25. Web safe color of #bc39bf is #cc33cc. Color #bc39bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 10111111
Octal 274 71 277
Decimal 188 57 191
Hex BC 39 BF

RGB Percentages of Color #bc39bf

%43.12
%13.07
%43.81

CMYK Percentages of Color #bc39bf

%2
%70
%0
%25

Triadic Colors of #bc39bf

#bc39bf #bfbc39 #39bfbc

Analogous Colors of #bc39bf

#bc39bf #bf397f #7939bf

Monochromatic Colors of #bc39bf

#bc39bf

Complementary Color

#bc39bf #3cbf39

#bc39bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc39bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc39bf Color CSS Codes

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

#bc39bf Text Font Color

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

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


#bc39bf Background Color

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

This div background color is #bc39bf


#bc39bf Border Color

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

This div border color is #bc39bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc39bf


Comments

No comments written yet.

Please login to write comment.