Color Hex Logo

#d292df Color Hex

#D292DF
(210,146,223)
2 Favorites   0 Comments

Color spaces of #d292df

RGB 210146223
HSL0.810.550.72
HSV290°35°87°
CMYK 0.060.350.00   0.13
XYZ50.176539.587174.8085
Yxy39.58710.30490.2405
Hunter Lab62.918332.2444-26.4518
CIE-Lab69.174436.9705-29.6268

#d292df color RGB value is (210,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010010 11011111
Octal 322 222 337
Decimal 210 146 223
Hex D2 92 DF

RGB Percentages of Color #d292df

%36.27
%25.22
%38.51

CMYK Percentages of Color #d292df

%6
%35
%0
%13

Triadic Colors of #d292df

#d292df #dfd292 #92dfd2

Analogous Colors of #d292df

#d292df #df92c6 #ac92df

Monochromatic Colors of #d292df

#d292df

Complementary Color

#d292df #9fdf92

#d292df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d292df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d292df Color CSS Codes

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

#d292df Text Font Color

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

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


#d292df Background Color

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

This div background color is #d292df


#d292df Border Color

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

This div border color is #d292df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d292df


Comments

No comments written yet.

Please login to write comment.