Color Hex Logo

#b12ece Color Hex

#B12ECE
(177,46,206)
0 Favorites   0 Comments

Color spaces of #b12ece

RGB 17746206
HSL0.800.630.49
HSV289°78°81°
CMYK 0.140.780.00   0.19
XYZ30.249015.757359.8397
Yxy15.75730.28580.1489
Hunter Lab39.695566.5547-61.5910
CIE-Lab46.654571.3094-55.7974

#b12ece color RGB value is (177,46,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 11001110
Octal 261 56 316
Decimal 177 46 206
Hex B1 2E CE

RGB Percentages of Color #b12ece

%41.26
%10.72
%48.02

CMYK Percentages of Color #b12ece

%14
%78
%0
%19

Triadic Colors of #b12ece

#b12ece #ceb12e #2eceb1

Analogous Colors of #b12ece

#b12ece #ce2e9b #612ece

Monochromatic Colors of #b12ece

#b12ece

Complementary Color

#b12ece #4bce2e

#b12ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ece Color CSS Codes

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

#b12ece Text Font Color

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

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


#b12ece Background Color

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

This div background color is #b12ece


#b12ece Border Color

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

This div border color is #b12ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ece


Comments

No comments written yet.

Please login to write comment.