Color Hex Logo

#b430fc Color Hex

#B430FC
(180,48,252)
0 Favorites   0 Comments

Color spaces of #b430fc

RGB 18048252
HSL0.770.970.59
HSV279°81°99°
CMYK 0.290.810.00   0.01
XYZ37.450018.845593.7592
Yxy18.84550.24960.1256
Hunter Lab43.411478.0178-97.6655
CIE-Lab50.506079.8931-75.6094

#b430fc color RGB value is (180,48,252).

#b430fc hex color red value is 180, green value is 48 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b430fc hue: 0.77 , saturation: 0.97 and the lightness value of b430fc is 0.59.

The process color (four color CMYK) of #b430fc color hex is 0.29, 0.81, 0.00, 0.01. Web safe color of #b430fc is #cc33ff. Color #b430fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 11111100
Octal 264 60 374
Decimal 180 48 252
Hex B4 30 FC

RGB Percentages of Color #b430fc

%37.50
%10.00
%52.50

CMYK Percentages of Color #b430fc

%29
%81
%0
%1

Triadic Colors of #b430fc

#b430fc #fcb430 #30fcb4

Analogous Colors of #b430fc

#b430fc #fc30de #4e30fc

Monochromatic Colors of #b430fc

#b430fc

Complementary Color

#b430fc #78fc30

#b430fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430fc Color CSS Codes

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

#b430fc Text Font Color

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

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


#b430fc Background Color

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

This div background color is #b430fc


#b430fc Border Color

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

This div border color is #b430fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,48,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b430fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b430fc;
  -webkit-box-shadow: 1px 1px 3px 2px #b430fc;
  box-shadow:         1px 1px 3px 2px #b430fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,48,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430fc


Comments

No comments written yet.

Please login to write comment.