Color Hex Logo

#b417df Color Hex

#B417DF
(180,23,223)
0 Favorites   0 Comments

Color spaces of #b417df

RGB 18023223
HSL0.800.810.48
HSV287°90°87°
CMYK 0.190.900.00   0.13
XYZ32.448115.643871.1214
Yxy15.64380.27220.1312
Hunter Lab39.552277.2224-78.9265
CIE-Lab46.503780.0392-65.7659

#b417df color RGB value is (180,23,223).

#b417df hex color red value is 180, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b417df hue: 0.80 , saturation: 0.81 and the lightness value of b417df is 0.48.

The process color (four color CMYK) of #b417df color hex is 0.19, 0.90, 0.00, 0.13. Web safe color of #b417df is #cc00cc. Color #b417df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 11011111
Octal 264 27 337
Decimal 180 23 223
Hex B4 17 DF

RGB Percentages of Color #b417df

%42.25
%5.40
%52.35

CMYK Percentages of Color #b417df

%19
%90
%0
%13

Triadic Colors of #b417df

#b417df #dfb417 #17dfb4

Analogous Colors of #b417df

#b417df #df17a6 #5017df

Monochromatic Colors of #b417df

#b417df

Complementary Color

#b417df #42df17

#b417df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417df Color CSS Codes

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

#b417df Text Font Color

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

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


#b417df Background Color

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

This div background color is #b417df


#b417df Border Color

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

This div border color is #b417df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417df


Comments

No comments written yet.

Please login to write comment.