Color Hex Logo

#b211df Color Hex

#B211DF
(178,17,223)
0 Favorites   0 Comments

Color spaces of #b211df

RGB 17817223
HSL0.800.860.47
HSV287°92°87°
CMYK 0.200.920.00   0.13
XYZ31.879815.193671.0644
Yxy15.19360.26990.1286
Hunter Lab38.979077.7769-80.8091
CIE-Lab45.898280.5967-66.7634

#b211df color RGB value is (178,17,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010001 11011111
Octal 262 21 337
Decimal 178 17 223
Hex B2 11 DF

RGB Percentages of Color #b211df

%42.58
%4.07
%53.35

CMYK Percentages of Color #b211df

%20
%92
%0
%13

Triadic Colors of #b211df

#b211df #dfb211 #11dfb2

Analogous Colors of #b211df

#b211df #df11a5 #4b11df

Monochromatic Colors of #b211df

#b211df

Complementary Color

#b211df #3edf11

#b211df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b211df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b211df Color CSS Codes

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

#b211df Text Font Color

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

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


#b211df Background Color

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

This div background color is #b211df


#b211df Border Color

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

This div border color is #b211df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b211df


Comments

No comments written yet.

Please login to write comment.