Color Hex Logo

#b12bfd Color Hex

#B12BFD
(177,43,253)
0 Favorites   0 Comments

Color spaces of #b12bfd

RGB 17743253
HSL0.770.980.58
HSV278°83°99°
CMYK 0.300.830.00   0.01
XYZ36.725018.166794.4994
Yxy18.16670.24580.1216
Hunter Lab42.622479.2128-101.6179
CIE-Lab49.697780.9962-77.5024

#b12bfd color RGB value is (177,43,253).

#b12bfd hex color red value is 177, green value is 43 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b12bfd hue: 0.77 , saturation: 0.98 and the lightness value of b12bfd is 0.58.

The process color (four color CMYK) of #b12bfd color hex is 0.30, 0.83, 0.00, 0.01. Web safe color of #b12bfd is #9933ff. Color #b12bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101011 11111101
Octal 261 53 375
Decimal 177 43 253
Hex B1 2B FD

RGB Percentages of Color #b12bfd

%37.42
%9.09
%53.49

CMYK Percentages of Color #b12bfd

%30
%83
%0
%1

Triadic Colors of #b12bfd

#b12bfd #fdb12b #2bfdb1

Analogous Colors of #b12bfd

#b12bfd #fd2be0 #482bfd

Monochromatic Colors of #b12bfd

#b12bfd

Complementary Color

#b12bfd #77fd2b

#b12bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12bfd Color CSS Codes

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

#b12bfd Text Font Color

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

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


#b12bfd Background Color

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

This div background color is #b12bfd


#b12bfd Border Color

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

This div border color is #b12bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,43,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b12bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b12bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #b12bfd;
  box-shadow:         1px 1px 3px 2px #b12bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,43,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12bfd


Comments

No comments written yet.

Please login to write comment.