Color Hex Logo

#b801df Color Hex

#B801DF
(184,1,223)
0 Favorites   0 Comments

Color spaces of #b801df

RGB 1841223
HSL0.800.990.44
HSV289°100°87°
CMYK 0.171.000.00   0.13
XYZ33.097315.539871.0671
Yxy15.53980.27650.1298
Hunter Lab39.420680.8817-79.2932
CIE-Lab46.364882.9527-65.9611

#b801df color RGB value is (184,1,223).

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

The process color (four color CMYK) of #b801df color hex is 0.17, 1.00, 0.00, 0.13. Web safe color of #b801df is #cc00cc. Color #b801df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 11011111
Octal 270 1 337
Decimal 184 1 223
Hex B8 1 DF

RGB Percentages of Color #b801df

%45.10
%0.25
%54.66

CMYK Percentages of Color #b801df

%17
%100
%0
%13

Triadic Colors of #b801df

#b801df #dfb801 #01dfb8

Analogous Colors of #b801df

#b801df #df0197 #4901df

Monochromatic Colors of #b801df

#b801df

Complementary Color

#b801df #28df01

#b801df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801df Color CSS Codes

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

#b801df Text Font Color

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

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


#b801df Background Color

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

This div background color is #b801df


#b801df Border Color

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

This div border color is #b801df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801df


Comments

No comments written yet.

Please login to write comment.