Color Hex Logo

#b418dc Color Hex

#B418DC
(180,24,220)
0 Favorites   0 Comments

Color spaces of #b418dc

RGB 18024220
HSL0.800.800.48
HSV288°89°86°
CMYK 0.180.890.00   0.14
XYZ32.067315.523969.0164
Yxy15.52390.27500.1331
Hunter Lab39.400476.3274-76.2762
CIE-Lab46.343679.3569-64.3128

#b418dc color RGB value is (180,24,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 11011100
Octal 264 30 334
Decimal 180 24 220
Hex B4 18 DC

RGB Percentages of Color #b418dc

%42.45
%5.66
%51.89

CMYK Percentages of Color #b418dc

%18
%89
%0
%14

Triadic Colors of #b418dc

#b418dc #dcb418 #18dcb4

Analogous Colors of #b418dc

#b418dc #dc18a2 #5218dc

Monochromatic Colors of #b418dc

#b418dc

Complementary Color

#b418dc #40dc18

#b418dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b418dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b418dc Color CSS Codes

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

#b418dc Text Font Color

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

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


#b418dc Background Color

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

This div background color is #b418dc


#b418dc Border Color

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

This div border color is #b418dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b418dc


Comments

No comments written yet.

Please login to write comment.