Color Hex Logo

#b201df Color Hex

#B201DF
(178,1,223)
0 Favorites   0 Comments

Color spaces of #b201df

RGB 1781223
HSL0.800.990.44
HSV288°100°87°
CMYK 0.201.000.00   0.13
XYZ31.690214.814471.0012
Yxy14.81440.26970.1261
Hunter Lab38.489579.6109-82.4291
CIE-Lab45.378982.1450-67.6073

#b201df color RGB value is (178,1,223).

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

The process color (four color CMYK) of #b201df color hex is 0.20, 1.00, 0.00, 0.13. Web safe color of #b201df is #9900cc. Color #b201df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 11011111
Octal 262 1 337
Decimal 178 1 223
Hex B2 1 DF

RGB Percentages of Color #b201df

%44.28
%0.25
%55.47

CMYK Percentages of Color #b201df

%20
%100
%0
%13

Triadic Colors of #b201df

#b201df #dfb201 #01dfb2

Analogous Colors of #b201df

#b201df #df019d #4301df

Monochromatic Colors of #b201df

#b201df

Complementary Color

#b201df #2edf01

#b201df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b201df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b201df Color CSS Codes

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

#b201df Text Font Color

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

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


#b201df Background Color

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

This div background color is #b201df


#b201df Border Color

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

This div border color is #b201df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b201df


Comments

No comments written yet.

Please login to write comment.