Color Hex Logo

#df46cf Color Hex

#DF46CF
(223,70,207)
0 Favorites   0 Comments

Color spaces of #df46cf

RGB 22370207
HSL0.850.710.57
HSV306°69°87°
CMYK 0.000.690.07   0.13
XYZ43.884124.573361.4617
Yxy24.57330.33780.1891
Hunter Lab49.571571.2705-38.8113
CIE-Lab56.657373.2717-40.0182

#df46cf color RGB value is (223,70,207).

#df46cf hex color red value is 223, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df46cf hue: 0.85 , saturation: 0.71 and the lightness value of df46cf is 0.57.

The process color (four color CMYK) of #df46cf color hex is 0.00, 0.69, 0.07, 0.13. Web safe color of #df46cf is #cc33cc. Color #df46cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 11001111
Octal 337 106 317
Decimal 223 70 207
Hex DF 46 CF

RGB Percentages of Color #df46cf

%44.60
%14.00
%41.40

CMYK Percentages of Color #df46cf

%0
%69
%7
%13

Triadic Colors of #df46cf

#df46cf #cfdf46 #46cfdf

Analogous Colors of #df46cf

#df46cf #df4683 #a346df

Monochromatic Colors of #df46cf

#df46cf

Complementary Color

#df46cf #46df56

#df46cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46cf Color CSS Codes

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

#df46cf Text Font Color

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

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


#df46cf Background Color

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

This div background color is #df46cf


#df46cf Border Color

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

This div border color is #df46cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46cf


Comments

No comments written yet.

Please login to write comment.