Color Hex Logo

#b418da Color Hex

#B418DA
(180,24,218)
0 Favorites   0 Comments

Color spaces of #b418da

RGB 18024218
HSL0.800.800.47
HSV288°89°85°
CMYK 0.170.890.00   0.15
XYZ31.803915.418567.6295
Yxy15.41850.27690.1342
Hunter Lab39.266475.8602-74.6302
CIE-Lab46.202179.0108-63.3980

#b418da color RGB value is (180,24,218).

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

The process color (four color CMYK) of #b418da color hex is 0.17, 0.89, 0.00, 0.15. Web safe color of #b418da is #cc00cc. Color #b418da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 11011010
Octal 264 30 332
Decimal 180 24 218
Hex B4 18 DA

RGB Percentages of Color #b418da

%42.65
%5.69
%51.66

CMYK Percentages of Color #b418da

%17
%89
%0
%15

Triadic Colors of #b418da

#b418da #dab418 #18dab4

Analogous Colors of #b418da

#b418da #da189f #5318da

Monochromatic Colors of #b418da

#b418da

Complementary Color

#b418da #3eda18

#b418da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b418da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b418da Color CSS Codes

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

#b418da Text Font Color

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

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


#b418da Background Color

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

This div background color is #b418da


#b418da Border Color

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

This div border color is #b418da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b418da


Comments

No comments written yet.

Please login to write comment.