Color Hex Logo

#b12fdf Color Hex

#B12FDF
(177,47,223)
0 Favorites   0 Comments

Color spaces of #b12fdf

RGB 17747223
HSL0.790.730.53
HSV284°79°87°
CMYK 0.210.790.00   0.13
XYZ32.467316.707971.3258
Yxy16.70790.26940.1387
Hunter Lab40.875370.2510-74.8460
CIE-Lab47.889974.1331-63.5420

#b12fdf color RGB value is (177,47,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101111 11011111
Octal 261 57 337
Decimal 177 47 223
Hex B1 2F DF

RGB Percentages of Color #b12fdf

%39.60
%10.51
%49.89

CMYK Percentages of Color #b12fdf

%21
%79
%0
%13

Triadic Colors of #b12fdf

#b12fdf #dfb12f #2fdfb1

Analogous Colors of #b12fdf

#b12fdf #df2fb5 #592fdf

Monochromatic Colors of #b12fdf

#b12fdf

Complementary Color

#b12fdf #5ddf2f

#b12fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12fdf Color CSS Codes

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

#b12fdf Text Font Color

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

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


#b12fdf Background Color

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

This div background color is #b12fdf


#b12fdf Border Color

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

This div border color is #b12fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12fdf


Comments

No comments written yet.

Please login to write comment.