Color Hex Logo

#d469dd Color Hex

#D469DD
(212,105,221)
0 Favorites   0 Comments

Color spaces of #d469dd

RGB 212105221
HSL0.820.630.64
HSV295°52°87°
CMYK 0.040.520.00   0.13
XYZ45.254129.320771.6809
Yxy29.32070.30940.2005
Hunter Lab54.148654.4194-40.5830
CIE-Lab61.063658.2592-41.1164

#d469dd color RGB value is (212,105,221).

#d469dd hex color red value is 212, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d469dd hue: 0.82 , saturation: 0.63 and the lightness value of d469dd is 0.64.

The process color (four color CMYK) of #d469dd color hex is 0.04, 0.52, 0.00, 0.13. Web safe color of #d469dd is #cc66cc. Color #d469dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 11011101
Octal 324 151 335
Decimal 212 105 221
Hex D4 69 DD

RGB Percentages of Color #d469dd

%39.41
%19.52
%41.08

CMYK Percentages of Color #d469dd

%4
%52
%0
%13

Triadic Colors of #d469dd

#d469dd #ddd469 #69ddd4

Analogous Colors of #d469dd

#d469dd #dd69ac #9a69dd

Monochromatic Colors of #d469dd

#d469dd

Complementary Color

#d469dd #72dd69

#d469dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d469dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d469dd Color CSS Codes

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

#d469dd Text Font Color

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

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


#d469dd Background Color

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

This div background color is #d469dd


#d469dd Border Color

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

This div border color is #d469dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d469dd


Comments

No comments written yet.

Please login to write comment.