Color Hex Logo

#b11fdc Color Hex

#B11FDC
(177,31,220)
0 Favorites   0 Comments

Color spaces of #b11fdc

RGB 17731220
HSL0.800.750.49
HSV286°86°86°
CMYK 0.200.860.00   0.14
XYZ31.539715.494469.0385
Yxy15.49440.27170.1335
Hunter Lab39.362974.1387-76.4345
CIE-Lab46.304077.6077-64.3992

#b11fdc color RGB value is (177,31,220).

#b11fdc hex color red value is 177, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b11fdc hue: 0.80 , saturation: 0.75 and the lightness value of b11fdc is 0.49.

The process color (four color CMYK) of #b11fdc color hex is 0.20, 0.86, 0.00, 0.14. Web safe color of #b11fdc is #9933cc. Color #b11fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011111 11011100
Octal 261 37 334
Decimal 177 31 220
Hex B1 1F DC

RGB Percentages of Color #b11fdc

%41.36
%7.24
%51.40

CMYK Percentages of Color #b11fdc

%20
%86
%0
%14

Triadic Colors of #b11fdc

#b11fdc #dcb11f #1fdcb1

Analogous Colors of #b11fdc

#b11fdc #dc1fa9 #531fdc

Monochromatic Colors of #b11fdc

#b11fdc

Complementary Color

#b11fdc #4adc1f

#b11fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11fdc Color CSS Codes

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

#b11fdc Text Font Color

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

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


#b11fdc Background Color

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

This div background color is #b11fdc


#b11fdc Border Color

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

This div border color is #b11fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11fdc


Comments

No comments written yet.

Please login to write comment.