Color Hex Logo

#b213df Color Hex

#B213DF
(178,19,223)
0 Favorites   0 Comments

Color spaces of #b213df

RGB 17819223
HSL0.800.840.47
HSV287°91°87°
CMYK 0.200.910.00   0.13
XYZ31.912315.258471.0752
Yxy15.25840.26990.1290
Hunter Lab39.062077.4698-80.5376
CIE-Lab45.986180.3359-66.6207

#b213df color RGB value is (178,19,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 11011111
Octal 262 23 337
Decimal 178 19 223
Hex B2 13 DF

RGB Percentages of Color #b213df

%42.38
%4.52
%53.10

CMYK Percentages of Color #b213df

%20
%91
%0
%13

Triadic Colors of #b213df

#b213df #dfb213 #13dfb2

Analogous Colors of #b213df

#b213df #df13a6 #4c13df

Monochromatic Colors of #b213df

#b213df

Complementary Color

#b213df #40df13

#b213df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b213df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b213df Color CSS Codes

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

#b213df Text Font Color

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

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


#b213df Background Color

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

This div background color is #b213df


#b213df Border Color

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

This div border color is #b213df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b213df


Comments

No comments written yet.

Please login to write comment.