Color Hex Logo

#b61bdf Color Hex

#B61BDF
(182,27,223)
0 Favorites   0 Comments

Color spaces of #b61bdf

RGB 18227223
HSL0.800.780.49
HSV287°88°87°
CMYK 0.180.880.00   0.13
XYZ33.002616.056771.1719
Yxy16.05670.27450.1335
Hunter Lab40.070876.8899-77.2586
CIE-Lab47.048879.6689-64.8671

#b61bdf color RGB value is (182,27,223).

#b61bdf hex color red value is 182, green value is 27 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b61bdf hue: 0.80 , saturation: 0.78 and the lightness value of b61bdf is 0.49.

The process color (four color CMYK) of #b61bdf color hex is 0.18, 0.88, 0.00, 0.13. Web safe color of #b61bdf is #cc33cc. Color #b61bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011011 11011111
Octal 266 33 337
Decimal 182 27 223
Hex B6 1B DF

RGB Percentages of Color #b61bdf

%42.13
%6.25
%51.62

CMYK Percentages of Color #b61bdf

%18
%88
%0
%13

Triadic Colors of #b61bdf

#b61bdf #dfb61b #1bdfb6

Analogous Colors of #b61bdf

#b61bdf #df1ba6 #541bdf

Monochromatic Colors of #b61bdf

#b61bdf

Complementary Color

#b61bdf #44df1b

#b61bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61bdf Color CSS Codes

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

#b61bdf Text Font Color

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

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


#b61bdf Background Color

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

This div background color is #b61bdf


#b61bdf Border Color

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

This div border color is #b61bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61bdf


Comments

No comments written yet.

Please login to write comment.