Color Hex Logo

#b419dc Color Hex

#B419DC
(180,25,220)
0 Favorites   0 Comments

Color spaces of #b419dc

RGB 18025220
HSL0.800.800.48
HSV288°89°86°
CMYK 0.180.890.00   0.14
XYZ32.088315.565969.0234
Yxy15.56590.27500.1334
Hunter Lab39.453676.1331-76.1092
CIE-Lab46.399779.1907-64.2217

#b419dc color RGB value is (180,25,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11011100
Octal 264 31 334
Decimal 180 25 220
Hex B4 19 DC

RGB Percentages of Color #b419dc

%42.35
%5.88
%51.76

CMYK Percentages of Color #b419dc

%18
%89
%0
%14

Triadic Colors of #b419dc

#b419dc #dcb419 #19dcb4

Analogous Colors of #b419dc

#b419dc #dc19a3 #5319dc

Monochromatic Colors of #b419dc

#b419dc

Complementary Color

#b419dc #41dc19

#b419dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419dc Color CSS Codes

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

#b419dc Text Font Color

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

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


#b419dc Background Color

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

This div background color is #b419dc


#b419dc Border Color

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

This div border color is #b419dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419dc


Comments

No comments written yet.

Please login to write comment.