Color Hex Logo

#b828df Color Hex

#B828DF
(184,40,223)
0 Favorites   0 Comments

Color spaces of #b828df

RGB 18440223
HSL0.800.740.52
HSV287°82°87°
CMYK 0.170.820.00   0.13
XYZ33.845217.035671.3164
Yxy17.03560.27700.1394
Hunter Lab41.274274.1417-73.5534
CIE-Lab48.304977.2205-62.8189

#b828df color RGB value is (184,40,223).

#b828df hex color red value is 184, green value is 40 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b828df hue: 0.80 , saturation: 0.74 and the lightness value of b828df is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 11011111
Octal 270 50 337
Decimal 184 40 223
Hex B8 28 DF

RGB Percentages of Color #b828df

%41.16
%8.95
%49.89

CMYK Percentages of Color #b828df

%17
%82
%0
%13

Triadic Colors of #b828df

#b828df #dfb828 #28dfb8

Analogous Colors of #b828df

#b828df #df28ab #5d28df

Monochromatic Colors of #b828df

#b828df

Complementary Color

#b828df #4fdf28

#b828df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b828df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b828df Color CSS Codes

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

#b828df Text Font Color

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

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


#b828df Background Color

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

This div background color is #b828df


#b828df Border Color

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

This div border color is #b828df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b828df


Comments

No comments written yet.

Please login to write comment.