Color Hex Logo

#b12eed Color Hex

#B12EED
(177,46,237)
0 Favorites   0 Comments

Color spaces of #b12eed

RGB 17746237
HSL0.780.840.55
HSV281°81°93°
CMYK 0.250.810.00   0.07
XYZ34.394517.415581.6695
Yxy17.41550.25770.1305
Hunter Lab41.731974.0850-86.8185
CIE-Lab48.779477.0822-70.0289

#b12eed color RGB value is (177,46,237).

#b12eed hex color red value is 177, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b12eed hue: 0.78 , saturation: 0.84 and the lightness value of b12eed is 0.55.

The process color (four color CMYK) of #b12eed color hex is 0.25, 0.81, 0.00, 0.07. Web safe color of #b12eed is #9933ff. Color #b12eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 11101101
Octal 261 56 355
Decimal 177 46 237
Hex B1 2E ED

RGB Percentages of Color #b12eed

%38.48
%10.00
%51.52

CMYK Percentages of Color #b12eed

%25
%81
%0
%7

Triadic Colors of #b12eed

#b12eed #edb12e #2eedb1

Analogous Colors of #b12eed

#b12eed #ed2eca #512eed

Monochromatic Colors of #b12eed

#b12eed

Complementary Color

#b12eed #6aed2e

#b12eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12eed Color CSS Codes

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

#b12eed Text Font Color

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

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


#b12eed Background Color

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

This div background color is #b12eed


#b12eed Border Color

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

This div border color is #b12eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12eed


Comments

No comments written yet.

Please login to write comment.