Color Hex Logo

#d492df Color Hex

#D492DF
(212,146,223)
0 Favorites   0 Comments

Color spaces of #d492df

RGB 212146223
HSL0.810.550.72
HSV291°35°87°
CMYK 0.050.350.00   0.13
XYZ50.749539.882574.8353
Yxy39.88250.30670.2410
Hunter Lab63.152632.9258-26.0513
CIE-Lab69.385837.5920-29.2835

#d492df color RGB value is (212,146,223).

#d492df hex color red value is 212, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d492df hue: 0.81 , saturation: 0.55 and the lightness value of d492df is 0.72.

The process color (four color CMYK) of #d492df color hex is 0.05, 0.35, 0.00, 0.13. Web safe color of #d492df is #cc99cc. Color #d492df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 11011111
Octal 324 222 337
Decimal 212 146 223
Hex D4 92 DF

RGB Percentages of Color #d492df

%36.49
%25.13
%38.38

CMYK Percentages of Color #d492df

%5
%35
%0
%13

Triadic Colors of #d492df

#d492df #dfd492 #92dfd4

Analogous Colors of #d492df

#d492df #df92c4 #ae92df

Monochromatic Colors of #d492df

#d492df

Complementary Color

#d492df #9ddf92

#d492df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d492df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d492df Color CSS Codes

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

#d492df Text Font Color

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

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


#d492df Background Color

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

This div background color is #d492df


#d492df Border Color

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

This div border color is #d492df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d492df


Comments

No comments written yet.

Please login to write comment.