Color Hex Logo

#b30dde Color Hex

#B30DDE
(179,13,222)
0 Favorites   0 Comments

Color spaces of #b30dde

RGB 17913222
HSL0.800.890.46
HSV288°94°87°
CMYK 0.190.940.00   0.13
XYZ31.919115.145570.3483
Yxy15.14550.27190.1290
Hunter Lab38.917278.2969-79.9329
CIE-Lab45.832881.0212-66.2915

#b30dde color RGB value is (179,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001101 11011110
Octal 263 15 336
Decimal 179 13 222
Hex B3 D DE

RGB Percentages of Color #b30dde

%43.24
%3.14
%53.62

CMYK Percentages of Color #b30dde

%19
%94
%0
%13

Triadic Colors of #b30dde

#b30dde #deb30d #0ddeb3

Analogous Colors of #b30dde

#b30dde #de0da1 #4b0dde

Monochromatic Colors of #b30dde

#b30dde

Complementary Color

#b30dde #38de0d

#b30dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30dde Color CSS Codes

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

#b30dde Text Font Color

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

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


#b30dde Background Color

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

This div background color is #b30dde


#b30dde Border Color

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

This div border color is #b30dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30dde


Comments

No comments written yet.

Please login to write comment.