Color Hex Logo

#b41dca Color Hex

#B41DCA
(180,29,202)
0 Favorites   0 Comments

Color spaces of #b41dca

RGB 18029202
HSL0.810.750.45
HSV292°86°79°
CMYK 0.110.860.00   0.21
XYZ29.922414.846357.1656
Yxy14.84630.29350.1456
Hunter Lab38.530971.1908-60.9928
CIE-Lab45.423075.3845-55.4431

#b41dca color RGB value is (180,29,202).

#b41dca hex color red value is 180, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b41dca hue: 0.81 , saturation: 0.75 and the lightness value of b41dca is 0.45.

The process color (four color CMYK) of #b41dca color hex is 0.11, 0.86, 0.00, 0.21. Web safe color of #b41dca is #cc33cc. Color #b41dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011101 11001010
Octal 264 35 312
Decimal 180 29 202
Hex B4 1D CA

RGB Percentages of Color #b41dca

%43.80
%7.06
%49.15

CMYK Percentages of Color #b41dca

%11
%86
%0
%21

Triadic Colors of #b41dca

#b41dca #cab41d #1dcab4

Analogous Colors of #b41dca

#b41dca #ca1d8a #5e1dca

Monochromatic Colors of #b41dca

#b41dca

Complementary Color

#b41dca #33ca1d

#b41dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41dca Color CSS Codes

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

#b41dca Text Font Color

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

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


#b41dca Background Color

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

This div background color is #b41dca


#b41dca Border Color

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

This div border color is #b41dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41dca


Comments

No comments written yet.

Please login to write comment.