Color Hex Logo

#b104df Color Hex

#B104DF
(177,4,223)
0 Favorites   0 Comments

Color spaces of #b104df

RGB 1774223
HSL0.800.960.45
HSV287°98°87°
CMYK 0.210.980.00   0.13
XYZ31.494214.761771.0014
Yxy14.76170.26860.1259
Hunter Lab38.421079.0823-82.6724
CIE-Lab45.306181.7428-67.7331

#b104df color RGB value is (177,4,223).

#b104df hex color red value is 177, green value is 4 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b104df hue: 0.80 , saturation: 0.96 and the lightness value of b104df is 0.45.

The process color (four color CMYK) of #b104df color hex is 0.21, 0.98, 0.00, 0.13. Web safe color of #b104df is #9900cc. Color #b104df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000100 11011111
Octal 261 4 337
Decimal 177 4 223
Hex B1 4 DF

RGB Percentages of Color #b104df

%43.81
%0.99
%55.20

CMYK Percentages of Color #b104df

%21
%98
%0
%13

Triadic Colors of #b104df

#b104df #dfb104 #04dfb1

Analogous Colors of #b104df

#b104df #df04a0 #4404df

Monochromatic Colors of #b104df

#b104df

Complementary Color

#b104df #32df04

#b104df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b104df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b104df Color CSS Codes

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

#b104df Text Font Color

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

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


#b104df Background Color

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

This div background color is #b104df


#b104df Border Color

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

This div border color is #b104df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b104df


Comments

No comments written yet.

Please login to write comment.