Color Hex Logo

#b719dc Color Hex

#B719DC
(183,25,220)
0 Favorites   0 Comments

Color spaces of #b719dc

RGB 18325220
HSL0.800.800.48
HSV289°89°86°
CMYK 0.170.890.00   0.14
XYZ32.794315.929869.0565
Yxy15.92980.27840.1352
Hunter Lab39.912276.8204-74.6458
CIE-Lab46.882379.6458-63.4173

#b719dc color RGB value is (183,25,220).

#b719dc hex color red value is 183, green value is 25 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b719dc hue: 0.80 , saturation: 0.80 and the lightness value of b719dc is 0.48.

The process color (four color CMYK) of #b719dc color hex is 0.17, 0.89, 0.00, 0.14. Web safe color of #b719dc is #cc00cc. Color #b719dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011001 11011100
Octal 267 31 334
Decimal 183 25 220
Hex B7 19 DC

RGB Percentages of Color #b719dc

%42.76
%5.84
%51.40

CMYK Percentages of Color #b719dc

%17
%89
%0
%14

Triadic Colors of #b719dc

#b719dc #dcb719 #19dcb7

Analogous Colors of #b719dc

#b719dc #dc19a0 #5619dc

Monochromatic Colors of #b719dc

#b719dc

Complementary Color

#b719dc #3edc19

#b719dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b719dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b719dc Color CSS Codes

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

#b719dc Text Font Color

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

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


#b719dc Background Color

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

This div background color is #b719dc


#b719dc Border Color

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

This div border color is #b719dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b719dc


Comments

No comments written yet.

Please login to write comment.