Color Hex Logo

#d41aea Color Hex

#D41AEA
(212,26,234)
0 Favorites   0 Comments

Color spaces of #d41aea

RGB 21226234
HSL0.820.830.51
HSV294°89°92°
CMYK 0.090.890.00   0.08
XYZ42.372120.676479.5996
Yxy20.67640.29700.1449
Hunter Lab45.471386.7591-71.9599
CIE-Lab52.593586.2978-61.9044

#d41aea color RGB value is (212,26,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011010 11101010
Octal 324 32 352
Decimal 212 26 234
Hex D4 1A EA

RGB Percentages of Color #d41aea

%44.92
%5.51
%49.58

CMYK Percentages of Color #d41aea

%9
%89
%0
%8

Triadic Colors of #d41aea

#d41aea #ead41a #1aead4

Analogous Colors of #d41aea

#d41aea #ea1a98 #6c1aea

Monochromatic Colors of #d41aea

#d41aea

Complementary Color

#d41aea #30ea1a

#d41aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41aea Color CSS Codes

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

#d41aea Text Font Color

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

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


#d41aea Background Color

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

This div background color is #d41aea


#d41aea Border Color

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

This div border color is #d41aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41aea


Comments

No comments written yet.

Please login to write comment.