Color Hex Logo

#b417bd Color Hex

#B417BD
(180,23,189)
0 Favorites   0 Comments

Color spaces of #b417bd

RGB 18023189
HSL0.820.780.42
HSV297°88°74°
CMYK 0.050.880.00   0.26
XYZ28.314113.990249.3522
Yxy13.99020.30890.1526
Hunter Lab37.403569.6668-52.0480
CIE-Lab44.218974.3680-49.8053

#b417bd color RGB value is (180,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 10111101
Octal 264 27 275
Decimal 180 23 189
Hex B4 17 BD

RGB Percentages of Color #b417bd

%45.92
%5.87
%48.21

CMYK Percentages of Color #b417bd

%5
%88
%0
%26

Triadic Colors of #b417bd

#b417bd #bdb417 #17bdb4

Analogous Colors of #b417bd

#b417bd #bd1773 #6117bd

Monochromatic Colors of #b417bd

#b417bd

Complementary Color

#b417bd #20bd17

#b417bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417bd Color CSS Codes

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

#b417bd Text Font Color

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

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


#b417bd Background Color

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

This div background color is #b417bd


#b417bd Border Color

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

This div border color is #b417bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417bd


Comments

No comments written yet.

Please login to write comment.