Color Hex Logo

#b313de Color Hex

#B313DE
(179,19,222)
0 Favorites   0 Comments

Color spaces of #b313de

RGB 17919222
HSL0.800.840.47
HSV287°91°87°
CMYK 0.190.910.00   0.13
XYZ32.008115.323470.3779
Yxy15.32340.27190.1302
Hunter Lab39.145177.4516-79.1942
CIE-Lab46.074080.3045-65.8999

#b313de color RGB value is (179,19,222).

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

The process color (four color CMYK) of #b313de color hex is 0.19, 0.91, 0.00, 0.13. Web safe color of #b313de is #cc00cc. Color #b313de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010011 11011110
Octal 263 23 336
Decimal 179 19 222
Hex B3 13 DE

RGB Percentages of Color #b313de

%42.62
%4.52
%52.86

CMYK Percentages of Color #b313de

%19
%91
%0
%13

Triadic Colors of #b313de

#b313de #deb313 #13deb3

Analogous Colors of #b313de

#b313de #de13a4 #4d13de

Monochromatic Colors of #b313de

#b313de

Complementary Color

#b313de #3ede13

#b313de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b313de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b313de Color CSS Codes

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

#b313de Text Font Color

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

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


#b313de Background Color

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

This div background color is #b313de


#b313de Border Color

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

This div border color is #b313de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b313de


Comments

No comments written yet.

Please login to write comment.