Color Hex Logo

#d446ed Color Hex

#D446ED
(212,70,237)
0 Favorites   0 Comments

Color spaces of #d446ed

RGB 21270237
HSL0.810.820.60
HSV291°70°93°
CMYK 0.110.700.00   0.07
XYZ44.627624.491882.4960
Yxy24.49180.29430.1615
Hunter Lab49.489274.3589-64.1910
CIE-Lab56.576975.7886-57.1958

#d446ed color RGB value is (212,70,237).

#d446ed hex color red value is 212, green value is 70 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d446ed hue: 0.81 , saturation: 0.82 and the lightness value of d446ed is 0.60.

The process color (four color CMYK) of #d446ed color hex is 0.11, 0.70, 0.00, 0.07. Web safe color of #d446ed is #cc33ff. Color #d446ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 11101101
Octal 324 106 355
Decimal 212 70 237
Hex D4 46 ED

RGB Percentages of Color #d446ed

%40.85
%13.49
%45.66

CMYK Percentages of Color #d446ed

%11
%70
%0
%7

Triadic Colors of #d446ed

#d446ed #edd446 #46edd4

Analogous Colors of #d446ed

#d446ed #ed46b3 #8146ed

Monochromatic Colors of #d446ed

#d446ed

Complementary Color

#d446ed #5fed46

#d446ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446ed Color CSS Codes

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

#d446ed Text Font Color

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

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


#d446ed Background Color

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

This div background color is #d446ed


#d446ed Border Color

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

This div border color is #d446ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446ed


Comments

No comments written yet.

Please login to write comment.