Color Hex Logo

#b30fcf Color Hex

#B30FCF
(179,15,207)
0 Favorites   0 Comments

Color spaces of #b30fcf

RGB 17915207
HSL0.810.860.44
HSV291°93°81°
CMYK 0.140.930.00   0.19
XYZ30.023714.430360.2344
Yxy14.43030.28680.1378
Hunter Lab37.987274.6021-67.4220
CIE-Lab44.843878.2642-59.2786

#b30fcf color RGB value is (179,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001111 11001111
Octal 263 17 317
Decimal 179 15 207
Hex B3 F CF

RGB Percentages of Color #b30fcf

%44.64
%3.74
%51.62

CMYK Percentages of Color #b30fcf

%14
%93
%0
%19

Triadic Colors of #b30fcf

#b30fcf #cfb30f #0fcfb3

Analogous Colors of #b30fcf

#b30fcf #cf0f8b #530fcf

Monochromatic Colors of #b30fcf

#b30fcf

Complementary Color

#b30fcf #2bcf0f

#b30fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30fcf Color CSS Codes

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

#b30fcf Text Font Color

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

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


#b30fcf Background Color

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

This div background color is #b30fcf


#b30fcf Border Color

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

This div border color is #b30fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30fcf


Comments

No comments written yet.

Please login to write comment.