Color Hex Logo

#b419bd Color Hex

#B419BD
(180,25,189)
0 Favorites   0 Comments

Color spaces of #b419bd

RGB 18025189
HSL0.820.770.42
HSV297°87°74°
CMYK 0.050.870.00   0.26
XYZ28.355314.072749.3659
Yxy14.07270.30890.1533
Hunter Lab37.513669.2735-51.7630
CIE-Lab44.337074.0206-49.6159

#b419bd color RGB value is (180,25,189).

#b419bd hex color red value is 180, green value is 25 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b419bd hue: 0.82 , saturation: 0.77 and the lightness value of b419bd is 0.42.

The process color (four color CMYK) of #b419bd color hex is 0.05, 0.87, 0.00, 0.26. Web safe color of #b419bd is #cc00cc. Color #b419bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 10111101
Octal 264 31 275
Decimal 180 25 189
Hex B4 19 BD

RGB Percentages of Color #b419bd

%45.69
%6.35
%47.97

CMYK Percentages of Color #b419bd

%5
%87
%0
%26

Triadic Colors of #b419bd

#b419bd #bdb419 #19bdb4

Analogous Colors of #b419bd

#b419bd #bd1974 #6219bd

Monochromatic Colors of #b419bd

#b419bd

Complementary Color

#b419bd #22bd19

#b419bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419bd Color CSS Codes

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

#b419bd Text Font Color

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

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


#b419bd Background Color

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

This div background color is #b419bd


#b419bd Border Color

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

This div border color is #b419bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,25,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419bd


Comments

No comments written yet.

Please login to write comment.