Color Hex Logo

#b825fb Color Hex

#B825FB
(184,37,251)
0 Favorites   0 Comments

Color spaces of #b825fb

RGB 18437251
HSL0.780.960.56
HSV281°85°98°
CMYK 0.270.850.00   0.02
XYZ37.841318.478592.8390
Yxy18.47850.25370.1239
Hunter Lab42.986681.9077-97.9591
CIE-Lab50.071483.0384-75.7340

#b825fb color RGB value is (184,37,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 11111011
Octal 270 45 373
Decimal 184 37 251
Hex B8 25 FB

RGB Percentages of Color #b825fb

%38.98
%7.84
%53.18

CMYK Percentages of Color #b825fb

%27
%85
%0
%2

Triadic Colors of #b825fb

#b825fb #fbb825 #25fbb8

Analogous Colors of #b825fb

#b825fb #fb25d3 #4d25fb

Monochromatic Colors of #b825fb

#b825fb

Complementary Color

#b825fb #68fb25

#b825fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825fb Color CSS Codes

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

#b825fb Text Font Color

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

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


#b825fb Background Color

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

This div background color is #b825fb


#b825fb Border Color

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

This div border color is #b825fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825fb


Comments

No comments written yet.

Please login to write comment.