Color Hex Logo

#b12dbd Color Hex

#B12DBD
(177,45,189)
0 Favorites   0 Comments

Color spaces of #b12dbd

RGB 17745189
HSL0.820.620.46
HSV295°76°74°
CMYK 0.060.760.00   0.26
XYZ28.255214.898049.5305
Yxy14.89800.30490.1607
Hunter Lab38.597963.1226-49.0649
CIE-Lab45.494268.6393-47.7913

#b12dbd color RGB value is (177,45,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 10111101
Octal 261 55 275
Decimal 177 45 189
Hex B1 2D BD

RGB Percentages of Color #b12dbd

%43.07
%10.95
%45.99

CMYK Percentages of Color #b12dbd

%6
%76
%0
%26

Triadic Colors of #b12dbd

#b12dbd #bdb12d #2dbdb1

Analogous Colors of #b12dbd

#b12dbd #bd2d81 #692dbd

Monochromatic Colors of #b12dbd

#b12dbd

Complementary Color

#b12dbd #39bd2d

#b12dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12dbd Color CSS Codes

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

#b12dbd Text Font Color

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

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


#b12dbd Background Color

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

This div background color is #b12dbd


#b12dbd Border Color

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

This div border color is #b12dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12dbd


Comments

No comments written yet.

Please login to write comment.