Color Hex Logo

#d41de6 Color Hex

#D41DE6
(212,29,230)
0 Favorites   0 Comments

Color spaces of #d41de6

RGB 21229230
HSL0.820.800.51
HSV295°87°90°
CMYK 0.080.870.00   0.10
XYZ41.873720.588976.6300
Yxy20.58890.30100.1480
Hunter Lab45.375085.3201-68.3674
CIE-Lab52.496685.2119-59.8025

#d41de6 color RGB value is (212,29,230).

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

The process color (four color CMYK) of #d41de6 color hex is 0.08, 0.87, 0.00, 0.10. Web safe color of #d41de6 is #cc33ff. Color #d41de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 11100110
Octal 324 35 346
Decimal 212 29 230
Hex D4 1D E6

RGB Percentages of Color #d41de6

%45.01
%6.16
%48.83

CMYK Percentages of Color #d41de6

%8
%87
%0
%10

Triadic Colors of #d41de6

#d41de6 #e6d41d #1de6d4

Analogous Colors of #d41de6

#d41de6 #e61d94 #701de6

Monochromatic Colors of #d41de6

#d41de6

Complementary Color

#d41de6 #2fe61d

#d41de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41de6 Color CSS Codes

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

#d41de6 Text Font Color

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

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


#d41de6 Background Color

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

This div background color is #d41de6


#d41de6 Border Color

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

This div border color is #d41de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41de6


Comments

No comments written yet.

Please login to write comment.