Color Hex Logo

#d41dea Color Hex

#D41DEA
(212,29,234)
0 Favorites   0 Comments

Color spaces of #d41dea

RGB 21229234
HSL0.820.830.52
HSV294°88°92°
CMYK 0.090.880.00   0.08
XYZ42.442020.816379.6229
Yxy20.81630.29700.1457
Hunter Lab45.624986.2039-71.5333
CIE-Lab52.747985.8423-61.6559

#d41dea color RGB value is (212,29,234).

#d41dea hex color red value is 212, green value is 29 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d41dea hue: 0.82 , saturation: 0.83 and the lightness value of d41dea is 0.52.

The process color (four color CMYK) of #d41dea color hex is 0.09, 0.88, 0.00, 0.08. Web safe color of #d41dea is #cc33ff. Color #d41dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 11101010
Octal 324 35 352
Decimal 212 29 234
Hex D4 1D EA

RGB Percentages of Color #d41dea

%44.63
%6.11
%49.26

CMYK Percentages of Color #d41dea

%9
%88
%0
%8

Triadic Colors of #d41dea

#d41dea #ead41d #1dead4

Analogous Colors of #d41dea

#d41dea #ea1d9a #6e1dea

Monochromatic Colors of #d41dea

#d41dea

Complementary Color

#d41dea #33ea1d

#d41dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41dea Color CSS Codes

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

#d41dea Text Font Color

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

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


#d41dea Background Color

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

This div background color is #d41dea


#d41dea Border Color

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

This div border color is #d41dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41dea


Comments

No comments written yet.

Please login to write comment.