Color Hex Logo

#b80df1 Color Hex

#B80DF1
(184,13,241)
0 Favorites   0 Comments

Color spaces of #b80df1

RGB 18413241
HSL0.790.900.50
HSV285°95°95°
CMYK 0.240.950.00   0.05
XYZ35.788316.829184.5812
Yxy16.82910.26090.1227
Hunter Lab41.023383.9308-93.5269
CIE-Lab48.044085.0013-73.4312

#b80df1 color RGB value is (184,13,241).

#b80df1 hex color red value is 184, green value is 13 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #b80df1 hue: 0.79 , saturation: 0.90 and the lightness value of b80df1 is 0.50.

The process color (four color CMYK) of #b80df1 color hex is 0.24, 0.95, 0.00, 0.05. Web safe color of #b80df1 is #cc00ff. Color #b80df1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 11110001
Octal 270 15 361
Decimal 184 13 241
Hex B8 D F1

RGB Percentages of Color #b80df1

%42.01
%2.97
%55.02

CMYK Percentages of Color #b80df1

%24
%95
%0
%5

Triadic Colors of #b80df1

#b80df1 #f1b80d #0df1b8

Analogous Colors of #b80df1

#b80df1 #f10db8 #460df1

Monochromatic Colors of #b80df1

#b80df1

Complementary Color

#b80df1 #46f10d

#b80df1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80df1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80df1 Color CSS Codes

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

#b80df1 Text Font Color

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

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


#b80df1 Background Color

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

This div background color is #b80df1


#b80df1 Border Color

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

This div border color is #b80df1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,13,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b80df1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b80df1;
  -webkit-box-shadow: 1px 1px 3px 2px #b80df1;
  box-shadow:         1px 1px 3px 2px #b80df1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,13,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80df1


Comments

No comments written yet.

Please login to write comment.