Color Hex Logo

#b410bd Color Hex

#B410BD
(180,16,189)
0 Favorites   0 Comments

Color spaces of #b410bd

RGB 18016189
HSL0.820.840.40
HSV297°92°74°
CMYK 0.050.920.00   0.26
XYZ28.193013.748049.3118
Yxy13.74800.30900.1507
Hunter Lab37.078370.8380-52.8972
CIE-Lab43.869375.3978-50.3660

#b410bd color RGB value is (180,16,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010000 10111101
Octal 264 20 275
Decimal 180 16 189
Hex B4 10 BD

RGB Percentages of Color #b410bd

%46.75
%4.16
%49.09

CMYK Percentages of Color #b410bd

%5
%92
%0
%26

Triadic Colors of #b410bd

#b410bd #bdb410 #10bdb4

Analogous Colors of #b410bd

#b410bd #bd1070 #5e10bd

Monochromatic Colors of #b410bd

#b410bd

Complementary Color

#b410bd #19bd10

#b410bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b410bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b410bd Color CSS Codes

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

#b410bd Text Font Color

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

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


#b410bd Background Color

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

This div background color is #b410bd


#b410bd Border Color

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

This div border color is #b410bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b410bd


Comments

No comments written yet.

Please login to write comment.