Color Hex Logo

#b12fce Color Hex

#B12FCE
(177,47,206)
0 Favorites   0 Comments

Color spaces of #b12fce

RGB 17747206
HSL0.800.630.50
HSV289°77°81°
CMYK 0.140.770.00   0.19
XYZ30.288615.836459.8529
Yxy15.83640.28580.1494
Hunter Lab39.795066.2180-61.3176
CIE-Lab46.759171.0072-55.6290

#b12fce color RGB value is (177,47,206).

#b12fce hex color red value is 177, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b12fce hue: 0.80 , saturation: 0.63 and the lightness value of b12fce is 0.50.

The process color (four color CMYK) of #b12fce color hex is 0.14, 0.77, 0.00, 0.19. Web safe color of #b12fce is #9933cc. Color #b12fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101111 11001110
Octal 261 57 316
Decimal 177 47 206
Hex B1 2F CE

RGB Percentages of Color #b12fce

%41.16
%10.93
%47.91

CMYK Percentages of Color #b12fce

%14
%77
%0
%19

Triadic Colors of #b12fce

#b12fce #ceb12f #2fceb1

Analogous Colors of #b12fce

#b12fce #ce2f9c #622fce

Monochromatic Colors of #b12fce

#b12fce

Complementary Color

#b12fce #4cce2f

#b12fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12fce Color CSS Codes

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

#b12fce Text Font Color

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

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


#b12fce Background Color

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

This div background color is #b12fce


#b12fce Border Color

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

This div border color is #b12fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12fce


Comments

No comments written yet.

Please login to write comment.