Color Hex Logo

#b621fb Color Hex

#B621FB
(182,33,251)
0 Favorites   0 Comments

Color spaces of #b621fb

RGB 18233251
HSL0.780.960.56
HSV281°87°98°
CMYK 0.270.870.00   0.02
XYZ37.247817.997892.7775
Yxy17.99780.25160.1216
Hunter Lab42.423882.4800-99.9658
CIE-Lab49.493483.5965-76.6887

#b621fb color RGB value is (182,33,251).

#b621fb hex color red value is 182, green value is 33 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b621fb hue: 0.78 , saturation: 0.96 and the lightness value of b621fb is 0.56.

The process color (four color CMYK) of #b621fb color hex is 0.27, 0.87, 0.00, 0.02. Web safe color of #b621fb is #cc33ff. Color #b621fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100001 11111011
Octal 266 41 373
Decimal 182 33 251
Hex B6 21 FB

RGB Percentages of Color #b621fb

%39.06
%7.08
%53.86

CMYK Percentages of Color #b621fb

%27
%87
%0
%2

Triadic Colors of #b621fb

#b621fb #fbb621 #21fbb6

Analogous Colors of #b621fb

#b621fb #fb21d3 #4921fb

Monochromatic Colors of #b621fb

#b621fb

Complementary Color

#b621fb #66fb21

#b621fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b621fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b621fb Color CSS Codes

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

#b621fb Text Font Color

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

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


#b621fb Background Color

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

This div background color is #b621fb


#b621fb Border Color

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

This div border color is #b621fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b621fb


Comments

No comments written yet.

Please login to write comment.