Color Hex Logo

#b30dcf Color Hex

#B30DCF
(179,13,207)
0 Favorites   0 Comments

Color spaces of #b30dcf

RGB 17913207
HSL0.810.880.43
HSV291°94°81°
CMYK 0.140.940.00   0.19
XYZ29.996814.376560.2254
Yxy14.37650.28680.1374
Hunter Lab37.916474.8632-67.6333
CIE-Lab44.768178.4888-59.4010

#b30dcf color RGB value is (179,13,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001101 11001111
Octal 263 15 317
Decimal 179 13 207
Hex B3 D CF

RGB Percentages of Color #b30dcf

%44.86
%3.26
%51.88

CMYK Percentages of Color #b30dcf

%14
%94
%0
%19

Triadic Colors of #b30dcf

#b30dcf #cfb30d #0dcfb3

Analogous Colors of #b30dcf

#b30dcf #cf0d8a #520dcf

Monochromatic Colors of #b30dcf

#b30dcf

Complementary Color

#b30dcf #29cf0d

#b30dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30dcf Color CSS Codes

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

#b30dcf Text Font Color

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

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


#b30dcf Background Color

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

This div background color is #b30dcf


#b30dcf Border Color

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

This div border color is #b30dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30dcf


Comments

No comments written yet.

Please login to write comment.