Color Hex Logo

#bc25fb Color Hex

#BC25FB
(188,37,251)
0 Favorites   0 Comments

Color spaces of #bc25fb

RGB 18837251
HSL0.780.960.56
HSV282°85°98°
CMYK 0.250.850.00   0.02
XYZ38.813218.979592.8845
Yxy18.97950.25760.1260
Hunter Lab43.565582.7890-95.9144
CIE-Lab50.663283.6100-74.7447

#bc25fb color RGB value is (188,37,251).

#bc25fb hex color red value is 188, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc25fb hue: 0.78 , saturation: 0.96 and the lightness value of bc25fb is 0.56.

The process color (four color CMYK) of #bc25fb color hex is 0.25, 0.85, 0.00, 0.02. Web safe color of #bc25fb is #cc33ff. Color #bc25fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 11111011
Octal 274 45 373
Decimal 188 37 251
Hex BC 25 FB

RGB Percentages of Color #bc25fb

%39.50
%7.77
%52.73

CMYK Percentages of Color #bc25fb

%25
%85
%0
%2

Triadic Colors of #bc25fb

#bc25fb #fbbc25 #25fbbc

Analogous Colors of #bc25fb

#bc25fb #fb25cf #5125fb

Monochromatic Colors of #bc25fb

#bc25fb

Complementary Color

#bc25fb #64fb25

#bc25fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc25fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc25fb Color CSS Codes

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

#bc25fb Text Font Color

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

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


#bc25fb Background Color

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

This div background color is #bc25fb


#bc25fb Border Color

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

This div border color is #bc25fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc25fb


Comments

No comments written yet.

Please login to write comment.