Color Hex Logo

#b61bdd Color Hex

#B61BDD
(182,27,221)
0 Favorites   0 Comments

Color spaces of #b61bdd

RGB 18227221
HSL0.800.780.49
HSV288°88°87°
CMYK 0.180.880.00   0.13
XYZ32.734515.949469.7599
Yxy15.94940.27640.1347
Hunter Lab39.936776.4200-75.6098
CIE-Lab46.908079.3213-63.9543

#b61bdd color RGB value is (182,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011011 11011101
Octal 266 33 335
Decimal 182 27 221
Hex B6 1B DD

RGB Percentages of Color #b61bdd

%42.33
%6.28
%51.40

CMYK Percentages of Color #b61bdd

%18
%88
%0
%13

Triadic Colors of #b61bdd

#b61bdd #ddb61b #1bddb6

Analogous Colors of #b61bdd

#b61bdd #dd1ba3 #551bdd

Monochromatic Colors of #b61bdd

#b61bdd

Complementary Color

#b61bdd #42dd1b

#b61bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61bdd Color CSS Codes

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

#b61bdd Text Font Color

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

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


#b61bdd Background Color

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

This div background color is #b61bdd


#b61bdd Border Color

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

This div border color is #b61bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,27,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61bdd


Comments

No comments written yet.

Please login to write comment.