Color Hex Logo

#b40bdf Color Hex

#B40BDF
(180,11,223)
0 Favorites   0 Comments

Color spaces of #b40bdf

RGB 18011223
HSL0.800.910.46
HSV288°95°87°
CMYK 0.190.950.00   0.13
XYZ32.261315.270471.0591
Yxy15.27040.27200.1288
Hunter Lab39.077478.9798-80.4600
CIE-Lab46.002381.5282-66.5796

#b40bdf color RGB value is (180,11,223).

#b40bdf hex color red value is 180, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b40bdf hue: 0.80 , saturation: 0.91 and the lightness value of b40bdf is 0.46.

The process color (four color CMYK) of #b40bdf color hex is 0.19, 0.95, 0.00, 0.13. Web safe color of #b40bdf is #cc00cc. Color #b40bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001011 11011111
Octal 264 13 337
Decimal 180 11 223
Hex B4 B DF

RGB Percentages of Color #b40bdf

%43.48
%2.66
%53.86

CMYK Percentages of Color #b40bdf

%19
%95
%0
%13

Triadic Colors of #b40bdf

#b40bdf #dfb40b #0bdfb4

Analogous Colors of #b40bdf

#b40bdf #df0ba0 #4a0bdf

Monochromatic Colors of #b40bdf

#b40bdf

Complementary Color

#b40bdf #36df0b

#b40bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40bdf Color CSS Codes

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

#b40bdf Text Font Color

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

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


#b40bdf Background Color

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

This div background color is #b40bdf


#b40bdf Border Color

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

This div border color is #b40bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40bdf


Comments

No comments written yet.

Please login to write comment.