Color Hex Logo

#b12dbc Color Hex

#B12DBC
(177,45,188)
0 Favorites   0 Comments

Color spaces of #b12dbc

RGB 17745188
HSL0.820.610.46
HSV295°76°74°
CMYK 0.060.760.00   0.26
XYZ28.146914.854748.9607
Yxy14.85470.30610.1615
Hunter Lab38.541862.9096-48.3385
CIE-Lab45.434568.4694-47.3020

#b12dbc color RGB value is (177,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 10111100
Octal 261 55 274
Decimal 177 45 188
Hex B1 2D BC

RGB Percentages of Color #b12dbc

%43.17
%10.98
%45.85

CMYK Percentages of Color #b12dbc

%6
%76
%0
%26

Triadic Colors of #b12dbc

#b12dbc #bcb12d #2dbcb1

Analogous Colors of #b12dbc

#b12dbc #bc2d80 #6a2dbc

Monochromatic Colors of #b12dbc

#b12dbc

Complementary Color

#b12dbc #38bc2d

#b12dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12dbc Color CSS Codes

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

#b12dbc Text Font Color

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

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


#b12dbc Background Color

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

This div background color is #b12dbc


#b12dbc Border Color

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

This div border color is #b12dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12dbc


Comments

No comments written yet.

Please login to write comment.