Color Hex Logo

#b61ddf Color Hex

#B61DDF
(182,29,223)
0 Favorites   0 Comments

Color spaces of #b61ddf

RGB 18229223
HSL0.800.770.49
HSV287°87°87°
CMYK 0.180.870.00   0.13
XYZ33.050116.151571.1877
Yxy16.15150.27450.1342
Hunter Lab40.188976.4621-76.8897
CIE-Lab47.172679.3036-64.6664

#b61ddf color RGB value is (182,29,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011101 11011111
Octal 266 35 337
Decimal 182 29 223
Hex B6 1D DF

RGB Percentages of Color #b61ddf

%41.94
%6.68
%51.38

CMYK Percentages of Color #b61ddf

%18
%87
%0
%13

Triadic Colors of #b61ddf

#b61ddf #dfb61d #1ddfb6

Analogous Colors of #b61ddf

#b61ddf #df1da7 #551ddf

Monochromatic Colors of #b61ddf

#b61ddf

Complementary Color

#b61ddf #46df1d

#b61ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61ddf Color CSS Codes

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

#b61ddf Text Font Color

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

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


#b61ddf Background Color

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

This div background color is #b61ddf


#b61ddf Border Color

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

This div border color is #b61ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61ddf


Comments

No comments written yet.

Please login to write comment.