Color Hex Logo

#b30ccf Color Hex

#B30CCF
(179,12,207)
0 Favorites   0 Comments

Color spaces of #b30ccf

RGB 17912207
HSL0.810.890.43
HSV291°94°81°
CMYK 0.140.940.00   0.19
XYZ29.984414.351660.2213
Yxy14.35160.28680.1373
Hunter Lab37.883574.9848-67.7316
CIE-Lab44.733078.5932-59.4578

#b30ccf color RGB value is (179,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 11001111
Octal 263 14 317
Decimal 179 12 207
Hex B3 C CF

RGB Percentages of Color #b30ccf

%44.97
%3.02
%52.01

CMYK Percentages of Color #b30ccf

%14
%94
%0
%19

Triadic Colors of #b30ccf

#b30ccf #cfb30c #0ccfb3

Analogous Colors of #b30ccf

#b30ccf #cf0c8a #520ccf

Monochromatic Colors of #b30ccf

#b30ccf

Complementary Color

#b30ccf #28cf0c

#b30ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30ccf Color CSS Codes

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

#b30ccf Text Font Color

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

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


#b30ccf Background Color

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

This div background color is #b30ccf


#b30ccf Border Color

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

This div border color is #b30ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30ccf


Comments

No comments written yet.

Please login to write comment.