Color Hex Logo

#df3369 Color Hex

#DF3369
(223,51,105)
0 Favorites   0 Comments

Color spaces of #df3369

RGB 22351105
HSL0.950.730.54
HSV341°77°87°
CMYK 0.000.770.53   0.13
XYZ34.165119.075515.2459
Yxy19.07550.49890.2785
Hunter Lab43.675563.19929.8764
CIE-Lab50.775467.684611.2750

#df3369 color RGB value is (223,51,105).

#df3369 hex color red value is 223, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #df3369 hue: 0.95 , saturation: 0.73 and the lightness value of df3369 is 0.54.

The process color (four color CMYK) of #df3369 color hex is 0.00, 0.77, 0.53, 0.13. Web safe color of #df3369 is #cc3366. Color #df3369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110011 01101001
Octal 337 63 151
Decimal 223 51 105
Hex DF 33 69

RGB Percentages of Color #df3369

%58.84
%13.46
%27.70

CMYK Percentages of Color #df3369

%0
%77
%53
%13

Triadic Colors of #df3369

#df3369 #69df33 #3369df

Analogous Colors of #df3369

#df3369 #df5333 #df33bf

Monochromatic Colors of #df3369

#df3369

Complementary Color

#df3369 #33dfa9

#df3369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3369 Color CSS Codes

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

#df3369 Text Font Color

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

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


#df3369 Background Color

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

This div background color is #df3369


#df3369 Border Color

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

This div border color is #df3369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3369


Comments

No comments written yet.

Please login to write comment.