Color Hex Logo

#df74c2 Color Hex

#DF74C2
(223,116,194)
0 Favorites   0 Comments

Color spaces of #df74c2

RGB 223116194
HSL0.880.630.66
HSV316°48°87°
CMYK 0.000.480.13   0.13
XYZ46.414432.073854.7835
Yxy32.07380.34830.2407
Hunter Lab56.633747.1813-17.7094
CIE-Lab63.403851.4808-22.1687

#df74c2 color RGB value is (223,116,194).

#df74c2 hex color red value is 223, green value is 116 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #df74c2 hue: 0.88 , saturation: 0.63 and the lightness value of df74c2 is 0.66.

The process color (four color CMYK) of #df74c2 color hex is 0.00, 0.48, 0.13, 0.13. Web safe color of #df74c2 is #cc66cc. Color #df74c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 11000010
Octal 337 164 302
Decimal 223 116 194
Hex DF 74 C2

RGB Percentages of Color #df74c2

%41.84
%21.76
%36.40

CMYK Percentages of Color #df74c2

%0
%48
%13
%13

Triadic Colors of #df74c2

#df74c2 #c2df74 #74c2df

Analogous Colors of #df74c2

#df74c2 #df748d #c774df

Monochromatic Colors of #df74c2

#df74c2

Complementary Color

#df74c2 #74df91

#df74c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df74c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df74c2 Color CSS Codes

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

#df74c2 Text Font Color

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

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


#df74c2 Background Color

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

This div background color is #df74c2


#df74c2 Border Color

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

This div border color is #df74c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df74c2


Comments

No comments written yet.

Please login to write comment.