Color Hex Logo

#b419da Color Hex

#B419DA
(180,25,218)
0 Favorites   0 Comments

Color spaces of #b419da

RGB 18025218
HSL0.800.790.48
HSV288°89°85°
CMYK 0.170.890.00   0.15
XYZ31.824915.460567.6365
Yxy15.46050.27690.1345
Hunter Lab39.319875.6655-74.4645
CIE-Lab46.258678.8439-63.3066

#b419da color RGB value is (180,25,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11011010
Octal 264 31 332
Decimal 180 25 218
Hex B4 19 DA

RGB Percentages of Color #b419da

%42.55
%5.91
%51.54

CMYK Percentages of Color #b419da

%17
%89
%0
%15

Triadic Colors of #b419da

#b419da #dab419 #19dab4

Analogous Colors of #b419da

#b419da #da19a0 #5319da

Monochromatic Colors of #b419da

#b419da

Complementary Color

#b419da #3fda19

#b419da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419da Color CSS Codes

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

#b419da Text Font Color

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

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


#b419da Background Color

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

This div background color is #b419da


#b419da Border Color

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

This div border color is #b419da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419da


Comments

No comments written yet.

Please login to write comment.