Color Hex Logo

#b913dc Color Hex

#B913DC
(185,19,220)
0 Favorites   0 Comments

Color spaces of #b913dc

RGB 18519220
HSL0.800.840.47
HSV290°91°86°
CMYK 0.160.910.00   0.14
XYZ33.158715.947369.0406
Yxy15.94730.28070.1350
Hunter Lab39.934178.3304-74.5505
CIE-Lab46.905380.8407-63.3644

#b913dc color RGB value is (185,19,220).

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

The process color (four color CMYK) of #b913dc color hex is 0.16, 0.91, 0.00, 0.14. Web safe color of #b913dc is #cc00cc. Color #b913dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010011 11011100
Octal 271 23 334
Decimal 185 19 220
Hex B9 13 DC

RGB Percentages of Color #b913dc

%43.63
%4.48
%51.89

CMYK Percentages of Color #b913dc

%16
%91
%0
%14

Triadic Colors of #b913dc

#b913dc #dcb913 #13dcb9

Analogous Colors of #b913dc

#b913dc #dc139b #5413dc

Monochromatic Colors of #b913dc

#b913dc

Complementary Color

#b913dc #36dc13

#b913dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b913dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b913dc Color CSS Codes

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

#b913dc Text Font Color

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

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


#b913dc Background Color

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

This div background color is #b913dc


#b913dc Border Color

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

This div border color is #b913dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,19,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b913dc


Comments

No comments written yet.

Please login to write comment.