Color Hex Logo

#b30acf Color Hex

#B30ACF
(179,10,207)
0 Favorites   0 Comments

Color spaces of #b30acf

RGB 17910207
HSL0.810.910.43
HSV291°95°81°
CMYK 0.140.950.00   0.19
XYZ29.961414.305860.2136
Yxy14.30580.28680.1369
Hunter Lab37.823075.2081-67.9126
CIE-Lab44.668378.7850-59.5623

#b30acf color RGB value is (179,10,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11001111
Octal 263 12 317
Decimal 179 10 207
Hex B3 A CF

RGB Percentages of Color #b30acf

%45.20
%2.53
%52.27

CMYK Percentages of Color #b30acf

%14
%95
%0
%19

Triadic Colors of #b30acf

#b30acf #cfb30a #0acfb3

Analogous Colors of #b30acf

#b30acf #cf0a89 #510acf

Monochromatic Colors of #b30acf

#b30acf

Complementary Color

#b30acf #26cf0a

#b30acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30acf Color CSS Codes

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

#b30acf Text Font Color

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

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


#b30acf Background Color

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

This div background color is #b30acf


#b30acf Border Color

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

This div border color is #b30acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30acf


Comments

No comments written yet.

Please login to write comment.