Color Hex Logo

#d449ed Color Hex

#D449ED
(212,73,237)
0 Favorites   0 Comments

Color spaces of #d449ed

RGB 21273237
HSL0.810.820.61
HSV291°69°93°
CMYK 0.110.690.00   0.07
XYZ44.820024.876682.5601
Yxy24.87660.29440.1634
Hunter Lab49.876473.1200-63.2288
CIE-Lab56.955074.7164-56.5911

#d449ed color RGB value is (212,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11101101
Octal 324 111 355
Decimal 212 73 237
Hex D4 49 ED

RGB Percentages of Color #d449ed

%40.61
%13.98
%45.40

CMYK Percentages of Color #d449ed

%11
%69
%0
%7

Triadic Colors of #d449ed

#d449ed #edd449 #49edd4

Analogous Colors of #d449ed

#d449ed #ed49b4 #8249ed

Monochromatic Colors of #d449ed

#d449ed

Complementary Color

#d449ed #62ed49

#d449ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449ed Color CSS Codes

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

#d449ed Text Font Color

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

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


#d449ed Background Color

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

This div background color is #d449ed


#d449ed Border Color

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

This div border color is #d449ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449ed


Comments

No comments written yet.

Please login to write comment.