Color Hex Logo

#df92da Color Hex

#DF92DA
(223,146,218)
0 Favorites   0 Comments

Color spaces of #df92da

RGB 223146218
HSL0.840.550.72
HSV304°35°87°
CMYK 0.000.350.02   0.13
XYZ53.365241.307771.4902
Yxy41.30770.32120.2486
Hunter Lab64.271135.7368-20.9599
CIE-Lab70.391040.1118-24.8804

#df92da color RGB value is (223,146,218).

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

The process color (four color CMYK) of #df92da color hex is 0.00, 0.35, 0.02, 0.13. Web safe color of #df92da is #cc99cc. Color #df92da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 11011010
Octal 337 222 332
Decimal 223 146 218
Hex DF 92 DA

RGB Percentages of Color #df92da

%37.99
%24.87
%37.14

CMYK Percentages of Color #df92da

%0
%35
%2
%13

Triadic Colors of #df92da

#df92da #dadf92 #92dadf

Analogous Colors of #df92da

#df92da #df92b4 #be92df

Monochromatic Colors of #df92da

#df92da

Complementary Color

#df92da #92df97

#df92da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df92da Color Preview on White Background

Lorem ipsum dolor sit amet.

#df92da Color CSS Codes

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

#df92da Text Font Color

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

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


#df92da Background Color

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

This div background color is #df92da


#df92da Border Color

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

This div border color is #df92da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df92da


Comments

No comments written yet.

Please login to write comment.