Color Hex Logo

#b717bd Color Hex

#B717BD
(183,23,189)
0 Favorites   0 Comments

Color spaces of #b717bd

RGB 18323189
HSL0.830.780.42
HSV298°88°74°
CMYK 0.030.880.00   0.26
XYZ29.020114.354249.3852
Yxy14.35420.31290.1547
Hunter Lab37.886970.4228-50.7630
CIE-Lab44.736774.8888-48.9468

#b717bd color RGB value is (183,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010111 10111101
Octal 267 27 275
Decimal 183 23 189
Hex B7 17 BD

RGB Percentages of Color #b717bd

%46.33
%5.82
%47.85

CMYK Percentages of Color #b717bd

%3
%88
%0
%26

Triadic Colors of #b717bd

#b717bd #bdb717 #17bdb7

Analogous Colors of #b717bd

#b717bd #bd1770 #6417bd

Monochromatic Colors of #b717bd

#b717bd

Complementary Color

#b717bd #1dbd17

#b717bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b717bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b717bd Color CSS Codes

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

#b717bd Text Font Color

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

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


#b717bd Background Color

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

This div background color is #b717bd


#b717bd Border Color

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

This div border color is #b717bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b717bd


Comments

No comments written yet.

Please login to write comment.