Color Hex Logo

#b12ebc Color Hex

#B12EBC
(177,46,188)
0 Favorites   0 Comments

Color spaces of #b12ebc

RGB 17746188
HSL0.820.610.46
HSV295°76°74°
CMYK 0.060.760.00   0.26
XYZ28.185614.931948.9736
Yxy14.93190.30610.1621
Hunter Lab38.641862.5759-48.0933
CIE-Lab45.540868.1641-47.1323

#b12ebc color RGB value is (177,46,188).

#b12ebc hex color red value is 177, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b12ebc hue: 0.82 , saturation: 0.61 and the lightness value of b12ebc is 0.46.

The process color (four color CMYK) of #b12ebc color hex is 0.06, 0.76, 0.00, 0.26. Web safe color of #b12ebc is #9933cc. Color #b12ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 10111100
Octal 261 56 274
Decimal 177 46 188
Hex B1 2E BC

RGB Percentages of Color #b12ebc

%43.07
%11.19
%45.74

CMYK Percentages of Color #b12ebc

%6
%76
%0
%26

Triadic Colors of #b12ebc

#b12ebc #bcb12e #2ebcb1

Analogous Colors of #b12ebc

#b12ebc #bc2e80 #6a2ebc

Monochromatic Colors of #b12ebc

#b12ebc

Complementary Color

#b12ebc #39bc2e

#b12ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ebc Color CSS Codes

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

#b12ebc Text Font Color

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

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


#b12ebc Background Color

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

This div background color is #b12ebc


#b12ebc Border Color

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

This div border color is #b12ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ebc


Comments

No comments written yet.

Please login to write comment.