Color Hex Logo

#b30dce Color Hex

#B30DCE
(179,13,206)
0 Favorites   0 Comments

Color spaces of #b30dce

RGB 17913206
HSL0.810.880.43
HSV292°94°81°
CMYK 0.130.940.00   0.19
XYZ29.874914.327859.5835
Yxy14.32780.28790.1381
Hunter Lab37.852174.6407-66.8328
CIE-Lab44.699478.3232-58.9340

#b30dce color RGB value is (179,13,206).

#b30dce hex color red value is 179, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b30dce hue: 0.81 , saturation: 0.88 and the lightness value of b30dce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001101 11001110
Octal 263 15 316
Decimal 179 13 206
Hex B3 D CE

RGB Percentages of Color #b30dce

%44.97
%3.27
%51.76

CMYK Percentages of Color #b30dce

%13
%94
%0
%19

Triadic Colors of #b30dce

#b30dce #ceb30d #0dceb3

Analogous Colors of #b30dce

#b30dce #ce0d89 #520dce

Monochromatic Colors of #b30dce

#b30dce

Complementary Color

#b30dce #28ce0d

#b30dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30dce Color CSS Codes

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

#b30dce Text Font Color

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

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


#b30dce Background Color

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

This div background color is #b30dce


#b30dce Border Color

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

This div border color is #b30dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30dce


Comments

No comments written yet.

Please login to write comment.