Color Hex Logo

#b845fb Color Hex

#B845FB
(184,69,251)
0 Favorites   0 Comments

Color spaces of #b845fb

RGB 18469251
HSL0.770.960.63
HSV278°73°98°
CMYK 0.270.730.00   0.02
XYZ39.307921.411693.3279
Yxy21.41160.25520.1390
Hunter Lab46.272770.6557-87.1918
CIE-Lab53.397173.3955-70.3325

#b845fb color RGB value is (184,69,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 11111011
Octal 270 105 373
Decimal 184 69 251
Hex B8 45 FB

RGB Percentages of Color #b845fb

%36.51
%13.69
%49.80

CMYK Percentages of Color #b845fb

%27
%73
%0
%2

Triadic Colors of #b845fb

#b845fb #fbb845 #45fbb8

Analogous Colors of #b845fb

#b845fb #fb45e3 #5d45fb

Monochromatic Colors of #b845fb

#b845fb

Complementary Color

#b845fb #88fb45

#b845fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845fb Color CSS Codes

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

#b845fb Text Font Color

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

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


#b845fb Background Color

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

This div background color is #b845fb


#b845fb Border Color

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

This div border color is #b845fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845fb

Related Colors

#b845fb Color Palettes


Comments

No comments written yet.

Please login to write comment.