Color Hex Logo

#df3484 Color Hex

#DF3484
(223,52,132)
0 Favorites   0 Comments

Color spaces of #df3484

RGB 22352132
HSL0.920.730.54
HSV332°77°87°
CMYK 0.000.770.41   0.13
XYZ35.824319.809923.7653
Yxy19.80990.45120.2495
Hunter Lab44.508365.7833-0.5022
CIE-Lab51.621669.7016-3.8289

#df3484 color RGB value is (223,52,132).

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

The process color (four color CMYK) of #df3484 color hex is 0.00, 0.77, 0.41, 0.13. Web safe color of #df3484 is #cc3399. Color #df3484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 10000100
Octal 337 64 204
Decimal 223 52 132
Hex DF 34 84

RGB Percentages of Color #df3484

%54.79
%12.78
%32.43

CMYK Percentages of Color #df3484

%0
%77
%41
%13

Triadic Colors of #df3484

#df3484 #84df34 #3484df

Analogous Colors of #df3484

#df3484 #df3a34 #df34da

Monochromatic Colors of #df3484

#df3484

Complementary Color

#df3484 #34df8f

#df3484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3484 Color CSS Codes

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

#df3484 Text Font Color

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

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


#df3484 Background Color

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

This div background color is #df3484


#df3484 Border Color

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

This div border color is #df3484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3484


Comments

No comments written yet.

Please login to write comment.