Color Hex Logo

#b50cfc Color Hex

#B50CFC
(181,12,252)
0 Favorites   0 Comments

Color spaces of #b50cfc

RGB 18112252
HSL0.780.980.52
HSV282°95°99°
CMYK 0.280.950.00   0.01
XYZ36.758217.115093.4616
Yxy17.11500.24950.1162
Hunter Lab41.370386.2023-104.9857
CIE-Lab48.404686.6795-79.0308

#b50cfc color RGB value is (181,12,252).

#b50cfc hex color red value is 181, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b50cfc hue: 0.78 , saturation: 0.98 and the lightness value of b50cfc is 0.52.

The process color (four color CMYK) of #b50cfc color hex is 0.28, 0.95, 0.00, 0.01. Web safe color of #b50cfc is #cc00ff. Color #b50cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001100 11111100
Octal 265 14 374
Decimal 181 12 252
Hex B5 C FC

RGB Percentages of Color #b50cfc

%40.67
%2.70
%56.63

CMYK Percentages of Color #b50cfc

%28
%95
%0
%1

Triadic Colors of #b50cfc

#b50cfc #fcb50c #0cfcb5

Analogous Colors of #b50cfc

#b50cfc #fc0ccb #3d0cfc

Monochromatic Colors of #b50cfc

#b50cfc

Complementary Color

#b50cfc #53fc0c

#b50cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50cfc Color CSS Codes

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

#b50cfc Text Font Color

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

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


#b50cfc Background Color

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

This div background color is #b50cfc


#b50cfc Border Color

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

This div border color is #b50cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50cfc


Comments

No comments written yet.

Please login to write comment.