Color Hex Logo

#d469df Color Hex

#D469DF
(212,105,223)
0 Favorites   0 Comments

Color spaces of #d469df

RGB 212105223
HSL0.820.650.64
HSV294°53°87°
CMYK 0.050.530.00   0.13
XYZ45.522229.427973.0929
Yxy29.42790.30750.1988
Hunter Lab54.247554.8566-41.9139
CIE-Lab61.157458.6244-42.0897

#d469df color RGB value is (212,105,223).

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

The process color (four color CMYK) of #d469df color hex is 0.05, 0.53, 0.00, 0.13. Web safe color of #d469df is #cc66cc. Color #d469df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 11011111
Octal 324 151 337
Decimal 212 105 223
Hex D4 69 DF

RGB Percentages of Color #d469df

%39.26
%19.44
%41.30

CMYK Percentages of Color #d469df

%5
%53
%0
%13

Triadic Colors of #d469df

#d469df #dfd469 #69dfd4

Analogous Colors of #d469df

#d469df #df69af #9969df

Monochromatic Colors of #d469df

#d469df

Complementary Color

#d469df #74df69

#d469df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d469df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d469df Color CSS Codes

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

#d469df Text Font Color

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

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


#d469df Background Color

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

This div background color is #d469df


#d469df Border Color

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

This div border color is #d469df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d469df


Comments

No comments written yet.

Please login to write comment.