Color Hex Logo

#b417dc Color Hex

#B417DC
(180,23,220)
0 Favorites   0 Comments

Color spaces of #b417dc

RGB 18023220
HSL0.800.810.48
HSV288°90°86°
CMYK 0.180.900.00   0.14
XYZ32.047115.483469.0097
Yxy15.48340.27500.1329
Hunter Lab39.349076.5157-76.4378
CIE-Lab46.289379.5177-64.4008

#b417dc color RGB value is (180,23,220).

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

The process color (four color CMYK) of #b417dc color hex is 0.18, 0.90, 0.00, 0.14. Web safe color of #b417dc is #cc00cc. Color #b417dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 11011100
Octal 264 27 334
Decimal 180 23 220
Hex B4 17 DC

RGB Percentages of Color #b417dc

%42.55
%5.44
%52.01

CMYK Percentages of Color #b417dc

%18
%90
%0
%14

Triadic Colors of #b417dc

#b417dc #dcb417 #17dcb4

Analogous Colors of #b417dc

#b417dc #dc17a2 #5217dc

Monochromatic Colors of #b417dc

#b417dc

Complementary Color

#b417dc #3fdc17

#b417dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417dc Color CSS Codes

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

#b417dc Text Font Color

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

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


#b417dc Background Color

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

This div background color is #b417dc


#b417dc Border Color

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

This div border color is #b417dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417dc


Comments

No comments written yet.

Please login to write comment.