Color Hex Logo

#b845df Color Hex

#B845DF
(184,69,223)
0 Favorites   0 Comments

Color spaces of #b845df

RGB 18469223
HSL0.790.710.57
HSV285°69°87°
CMYK 0.170.690.00   0.13
XYZ35.214619.774371.7728
Yxy19.77430.27780.1560
Hunter Lab44.468363.5352-64.5675
CIE-Lab51.581167.8156-57.5400

#b845df color RGB value is (184,69,223).

#b845df hex color red value is 184, green value is 69 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b845df hue: 0.79 , saturation: 0.71 and the lightness value of b845df is 0.57.

The process color (four color CMYK) of #b845df color hex is 0.17, 0.69, 0.00, 0.13. Web safe color of #b845df is #cc33cc. Color #b845df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 11011111
Octal 270 105 337
Decimal 184 69 223
Hex B8 45 DF

RGB Percentages of Color #b845df

%38.66
%14.50
%46.85

CMYK Percentages of Color #b845df

%17
%69
%0
%13

Triadic Colors of #b845df

#b845df #dfb845 #45dfb8

Analogous Colors of #b845df

#b845df #df45b9 #6b45df

Monochromatic Colors of #b845df

#b845df

Complementary Color

#b845df #6cdf45

#b845df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845df Color CSS Codes

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

#b845df Text Font Color

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

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


#b845df Background Color

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

This div background color is #b845df


#b845df Border Color

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

This div border color is #b845df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845df


Comments

No comments written yet.

Please login to write comment.