Color Hex Logo

#b414da Color Hex

#B414DA
(180,20,218)
0 Favorites   0 Comments

Color spaces of #b414da

RGB 18020218
HSL0.800.830.47
HSV288°91°85°
CMYK 0.170.910.00   0.15
XYZ31.727415.265667.6040
Yxy15.26560.27690.1332
Hunter Lab39.071276.5746-75.2382
CIE-Lab45.995879.6214-63.7322

#b414da color RGB value is (180,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 11011010
Octal 264 24 332
Decimal 180 20 218
Hex B4 14 DA

RGB Percentages of Color #b414da

%43.06
%4.78
%52.15

CMYK Percentages of Color #b414da

%17
%91
%0
%15

Triadic Colors of #b414da

#b414da #dab414 #14dab4

Analogous Colors of #b414da

#b414da #da149d #5114da

Monochromatic Colors of #b414da

#b414da

Complementary Color

#b414da #3ada14

#b414da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414da Color CSS Codes

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

#b414da Text Font Color

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

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


#b414da Background Color

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

This div background color is #b414da


#b414da Border Color

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

This div border color is #b414da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414da


Comments

No comments written yet.

Please login to write comment.