Color Hex Logo

#b121ec Color Hex

#B121EC
(177,33,236)
0 Favorites   0 Comments

Color spaces of #b121ec

RGB 17733236
HSL0.780.840.53
HSV283°86°93°
CMYK 0.250.860.00   0.07
XYZ33.815616.491080.7577
Yxy16.49100.25800.1258
Hunter Lab40.609177.5727-89.4812
CIE-Lab47.612280.1028-71.3625

#b121ec color RGB value is (177,33,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100001 11101100
Octal 261 41 354
Decimal 177 33 236
Hex B1 21 EC

RGB Percentages of Color #b121ec

%39.69
%7.40
%52.91

CMYK Percentages of Color #b121ec

%25
%86
%0
%7

Triadic Colors of #b121ec

#b121ec #ecb121 #21ecb1

Analogous Colors of #b121ec

#b121ec #ec21c2 #4b21ec

Monochromatic Colors of #b121ec

#b121ec

Complementary Color

#b121ec #5cec21

#b121ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b121ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b121ec Color CSS Codes

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

#b121ec Text Font Color

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

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


#b121ec Background Color

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

This div background color is #b121ec


#b121ec Border Color

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

This div border color is #b121ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b121ec


Comments

No comments written yet.

Please login to write comment.