Color Hex Logo

#b12ddf Color Hex

#B12DDF
(177,45,223)
0 Favorites   0 Comments

Color spaces of #b12ddf

RGB 17745223
HSL0.790.740.53
HSV284°80°87°
CMYK 0.210.800.00   0.13
XYZ32.389116.551671.2997
Yxy16.55160.26940.1377
Hunter Lab40.683770.9111-75.4295
CIE-Lab47.690074.7137-63.8654

#b12ddf color RGB value is (177,45,223).

#b12ddf hex color red value is 177, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b12ddf hue: 0.79 , saturation: 0.74 and the lightness value of b12ddf is 0.53.

The process color (four color CMYK) of #b12ddf color hex is 0.21, 0.80, 0.00, 0.13. Web safe color of #b12ddf is #9933cc. Color #b12ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 11011111
Octal 261 55 337
Decimal 177 45 223
Hex B1 2D DF

RGB Percentages of Color #b12ddf

%39.78
%10.11
%50.11

CMYK Percentages of Color #b12ddf

%21
%80
%0
%13

Triadic Colors of #b12ddf

#b12ddf #dfb12d #2ddfb1

Analogous Colors of #b12ddf

#b12ddf #df2db4 #582ddf

Monochromatic Colors of #b12ddf

#b12ddf

Complementary Color

#b12ddf #5bdf2d

#b12ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ddf Color CSS Codes

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

#b12ddf Text Font Color

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

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


#b12ddf Background Color

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

This div background color is #b12ddf


#b12ddf Border Color

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

This div border color is #b12ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ddf


Comments

No comments written yet.

Please login to write comment.