Color Hex Logo

#b413bd Color Hex

#B413BD
(180,19,189)
0 Favorites   0 Comments

Color spaces of #b413bd

RGB 18019189
HSL0.820.820.41
HSV297°90°74°
CMYK 0.050.900.00   0.26
XYZ28.240613.843249.3277
Yxy13.84320.30890.1514
Hunter Lab37.206570.3745-52.5612
CIE-Lab44.007274.9911-50.1448

#b413bd color RGB value is (180,19,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 10111101
Octal 264 23 275
Decimal 180 19 189
Hex B4 13 BD

RGB Percentages of Color #b413bd

%46.39
%4.90
%48.71

CMYK Percentages of Color #b413bd

%5
%90
%0
%26

Triadic Colors of #b413bd

#b413bd #bdb413 #13bdb4

Analogous Colors of #b413bd

#b413bd #bd1371 #5f13bd

Monochromatic Colors of #b413bd

#b413bd

Complementary Color

#b413bd #1cbd13

#b413bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413bd Color CSS Codes

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

#b413bd Text Font Color

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

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


#b413bd Background Color

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

This div background color is #b413bd


#b413bd Border Color

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

This div border color is #b413bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413bd


Comments

No comments written yet.

Please login to write comment.