Color Hex Logo

#b417bb Color Hex

#B417BB
(180,23,187)
0 Favorites   0 Comments

Color spaces of #b417bb

RGB 18023187
HSL0.830.780.41
HSV297°88°73°
CMYK 0.040.880.00   0.27
XYZ28.098413.903948.2165
Yxy13.90390.31140.1541
Hunter Lab37.287969.2552-50.5655
CIE-Lab44.094874.0526-48.8316

#b417bb color RGB value is (180,23,187).

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

The process color (four color CMYK) of #b417bb color hex is 0.04, 0.88, 0.00, 0.27. Web safe color of #b417bb is #cc00cc. Color #b417bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 10111011
Octal 264 27 273
Decimal 180 23 187
Hex B4 17 BB

RGB Percentages of Color #b417bb

%46.15
%5.90
%47.95

CMYK Percentages of Color #b417bb

%4
%88
%0
%27

Triadic Colors of #b417bb

#b417bb #bbb417 #17bbb4

Analogous Colors of #b417bb

#b417bb #bb1770 #6217bb

Monochromatic Colors of #b417bb

#b417bb

Complementary Color

#b417bb #1ebb17

#b417bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417bb Color CSS Codes

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

#b417bb Text Font Color

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

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


#b417bb Background Color

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

This div background color is #b417bb


#b417bb Border Color

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

This div border color is #b417bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417bb


Comments

No comments written yet.

Please login to write comment.