Color Hex Logo

#b310df Color Hex

#B310DF
(179,16,223)
0 Favorites   0 Comments

Color spaces of #b310df

RGB 17916223
HSL0.800.870.47
HSV287°93°87°
CMYK 0.200.930.00   0.13
XYZ32.095015.282071.0702
Yxy15.28200.27100.1290
Hunter Lab39.092278.1385-80.4256
CIE-Lab46.018080.8602-66.5616

#b310df color RGB value is (179,16,223).

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

The process color (four color CMYK) of #b310df color hex is 0.20, 0.93, 0.00, 0.13. Web safe color of #b310df is #cc00cc. Color #b310df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 11011111
Octal 263 20 337
Decimal 179 16 223
Hex B3 10 DF

RGB Percentages of Color #b310df

%42.82
%3.83
%53.35

CMYK Percentages of Color #b310df

%20
%93
%0
%13

Triadic Colors of #b310df

#b310df #dfb310 #10dfb3

Analogous Colors of #b310df

#b310df #df10a4 #4b10df

Monochromatic Colors of #b310df

#b310df

Complementary Color

#b310df #3cdf10

#b310df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b310df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b310df Color CSS Codes

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

#b310df Text Font Color

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

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


#b310df Background Color

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

This div background color is #b310df


#b310df Border Color

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

This div border color is #b310df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b310df


Comments

No comments written yet.

Please login to write comment.