Color Hex Logo

#b630fc Color Hex

#B630FC
(182,48,252)
0 Favorites   0 Comments

Color spaces of #b630fc

RGB 18248252
HSL0.780.970.59
HSV279°81°99°
CMYK 0.280.810.00   0.01
XYZ37.919019.087393.7811
Yxy19.08730.25150.1266
Hunter Lab43.689078.4697-96.6872
CIE-Lab50.789280.1961-75.1358

#b630fc color RGB value is (182,48,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110000 11111100
Octal 266 60 374
Decimal 182 48 252
Hex B6 30 FC

RGB Percentages of Color #b630fc

%37.76
%9.96
%52.28

CMYK Percentages of Color #b630fc

%28
%81
%0
%1

Triadic Colors of #b630fc

#b630fc #fcb630 #30fcb6

Analogous Colors of #b630fc

#b630fc #fc30dc #5030fc

Monochromatic Colors of #b630fc

#b630fc

Complementary Color

#b630fc #76fc30

#b630fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b630fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b630fc Color CSS Codes

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

#b630fc Text Font Color

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

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


#b630fc Background Color

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

This div background color is #b630fc


#b630fc Border Color

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

This div border color is #b630fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b630fc


Comments

No comments written yet.

Please login to write comment.