Color Hex Logo

#b013de Color Hex

#B013DE
(176,19,222)
0 Favorites   0 Comments

Color spaces of #b013de

RGB 17619222
HSL0.800.840.47
HSV286°91°87°
CMYK 0.210.910.00   0.13
XYZ31.322214.969870.3458
Yxy14.96980.26850.1283
Hunter Lab38.690876.7959-80.7147
CIE-Lab45.592879.8758-66.7033

#b013de color RGB value is (176,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 11011110
Octal 260 23 336
Decimal 176 19 222
Hex B0 13 DE

RGB Percentages of Color #b013de

%42.21
%4.56
%53.24

CMYK Percentages of Color #b013de

%21
%91
%0
%13

Triadic Colors of #b013de

#b013de #deb013 #13deb0

Analogous Colors of #b013de

#b013de #de13a7 #4a13de

Monochromatic Colors of #b013de

#b013de

Complementary Color

#b013de #41de13

#b013de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b013de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b013de Color CSS Codes

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

#b013de Text Font Color

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

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


#b013de Background Color

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

This div background color is #b013de


#b013de Border Color

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

This div border color is #b013de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,19,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b013de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b013de


Comments

No comments written yet.

Please login to write comment.