Color Hex Logo

#d449cd Color Hex

#D449CD
(212,73,205)
0 Favorites   0 Comments

Color spaces of #d449cd

RGB 21273205
HSL0.840.620.56
HSV303°66°83°
CMYK 0.000.660.03   0.17
XYZ40.553423.169960.0924
Yxy23.16990.32750.1871
Hunter Lab48.135166.1482-40.3237
CIE-Lab55.246969.3157-41.2131

#d449cd color RGB value is (212,73,205).

#d449cd hex color red value is 212, green value is 73 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d449cd hue: 0.84 , saturation: 0.62 and the lightness value of d449cd is 0.56.

The process color (four color CMYK) of #d449cd color hex is 0.00, 0.66, 0.03, 0.17. Web safe color of #d449cd is #cc33cc. Color #d449cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11001101
Octal 324 111 315
Decimal 212 73 205
Hex D4 49 CD

RGB Percentages of Color #d449cd

%43.27
%14.90
%41.84

CMYK Percentages of Color #d449cd

%0
%66
%3
%17

Triadic Colors of #d449cd

#d449cd #cdd449 #49cdd4

Analogous Colors of #d449cd

#d449cd #d44988 #9649d4

Monochromatic Colors of #d449cd

#d449cd

Complementary Color

#d449cd #49d450

#d449cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449cd Color CSS Codes

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

#d449cd Text Font Color

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

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


#d449cd Background Color

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

This div background color is #d449cd


#d449cd Border Color

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

This div border color is #d449cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449cd


Comments

No comments written yet.

Please login to write comment.