Color Hex Logo

#b121bc Color Hex

#B121BC
(177,33,188)
0 Favorites   0 Comments

Color spaces of #b121bc

RGB 17733188
HSL0.820.700.43
HSV296°82°74°
CMYK 0.060.820.00   0.26
XYZ27.752414.065748.8292
Yxy14.06570.30620.1552
Hunter Lab37.504366.4539-50.9405
CIE-Lab44.327071.6789-49.0743

#b121bc color RGB value is (177,33,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100001 10111100
Octal 261 41 274
Decimal 177 33 188
Hex B1 21 BC

RGB Percentages of Color #b121bc

%44.47
%8.29
%47.24

CMYK Percentages of Color #b121bc

%6
%82
%0
%26

Triadic Colors of #b121bc

#b121bc #bcb121 #21bcb1

Analogous Colors of #b121bc

#b121bc #bc217a #6421bc

Monochromatic Colors of #b121bc

#b121bc

Complementary Color

#b121bc #2cbc21

#b121bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b121bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b121bc Color CSS Codes

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

#b121bc Text Font Color

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

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


#b121bc Background Color

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

This div background color is #b121bc


#b121bc Border Color

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

This div border color is #b121bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b121bc


Comments

No comments written yet.

Please login to write comment.