Color Hex Logo

#b316dd Color Hex

#B316DD
(179,22,221)
0 Favorites   0 Comments

Color spaces of #b316dd

RGB 17922221
HSL0.800.820.48
HSV287°90°87°
CMYK 0.190.900.00   0.13
XYZ31.928515.378069.6920
Yxy15.37800.27290.1314
Hunter Lab39.214876.7080-77.9190
CIE-Lab46.147679.6985-65.2094

#b316dd color RGB value is (179,22,221).

#b316dd hex color red value is 179, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b316dd hue: 0.80 , saturation: 0.82 and the lightness value of b316dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 11011101
Octal 263 26 335
Decimal 179 22 221
Hex B3 16 DD

RGB Percentages of Color #b316dd

%42.42
%5.21
%52.37

CMYK Percentages of Color #b316dd

%19
%90
%0
%13

Triadic Colors of #b316dd

#b316dd #ddb316 #16ddb3

Analogous Colors of #b316dd

#b316dd #dd16a4 #5016dd

Monochromatic Colors of #b316dd

#b316dd

Complementary Color

#b316dd #40dd16

#b316dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316dd Color CSS Codes

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

#b316dd Text Font Color

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

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


#b316dd Background Color

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

This div background color is #b316dd


#b316dd Border Color

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

This div border color is #b316dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,22,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316dd


Comments

No comments written yet.

Please login to write comment.