Color Hex Logo

#b913df Color Hex

#B913DF
(185,19,223)
0 Favorites   0 Comments

Color spaces of #b913df

RGB 18519223
HSL0.800.840.47
HSV289°91°87°
CMYK 0.170.910.00   0.13
XYZ33.559716.107771.1523
Yxy16.10770.27780.1333
Hunter Lab40.134479.0235-77.0182
CIE-Lab47.115581.3478-64.7362

#b913df color RGB value is (185,19,223).

#b913df hex color red value is 185, green value is 19 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b913df hue: 0.80 , saturation: 0.84 and the lightness value of b913df is 0.47.

The process color (four color CMYK) of #b913df color hex is 0.17, 0.91, 0.00, 0.13. Web safe color of #b913df is #cc00cc. Color #b913df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010011 11011111
Octal 271 23 337
Decimal 185 19 223
Hex B9 13 DF

RGB Percentages of Color #b913df

%43.33
%4.45
%52.22

CMYK Percentages of Color #b913df

%17
%91
%0
%13

Triadic Colors of #b913df

#b913df #dfb913 #13dfb9

Analogous Colors of #b913df

#b913df #df139f #5313df

Monochromatic Colors of #b913df

#b913df

Complementary Color

#b913df #39df13

#b913df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b913df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b913df Color CSS Codes

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

#b913df Text Font Color

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

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


#b913df Background Color

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

This div background color is #b913df


#b913df Border Color

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

This div border color is #b913df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b913df


Comments

No comments written yet.

Please login to write comment.