Color Hex Logo

#df92ca Color Hex

#DF92CA
(223,146,202)
0 Favorites   0 Comments

Color spaces of #df92ca

RGB 223146202
HSL0.880.550.72
HSV316°35°87°
CMYK 0.000.350.09   0.13
XYZ51.371040.510060.9888
Yxy40.51000.33600.2650
Hunter Lab63.647532.6875-12.2601
CIE-Lab69.831237.3210-16.8794

#df92ca color RGB value is (223,146,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010010 11001010
Octal 337 222 312
Decimal 223 146 202
Hex DF 92 CA

RGB Percentages of Color #df92ca

%39.05
%25.57
%35.38

CMYK Percentages of Color #df92ca

%0
%35
%9
%13

Triadic Colors of #df92ca

#df92ca #cadf92 #92cadf

Analogous Colors of #df92ca

#df92ca #df92a4 #ce92df

Monochromatic Colors of #df92ca

#df92ca

Complementary Color

#df92ca #92dfa7

#df92ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df92ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df92ca Color CSS Codes

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

#df92ca Text Font Color

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

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


#df92ca Background Color

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

This div background color is #df92ca


#df92ca Border Color

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

This div border color is #df92ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df92ca


Comments

No comments written yet.

Please login to write comment.