Color Hex Logo

#df74ed Color Hex

#DF74ED
(223,116,237)
0 Favorites   0 Comments

Color spaces of #df74ed

RGB 223116237
HSL0.810.770.69
HSV293°51°93°
CMYK 0.060.510.00   0.07
XYZ51.962934.293284.0013
Yxy34.29320.30520.2014
Hunter Lab58.560455.9092-44.0556
CIE-Lab65.194658.8646-43.4399

#df74ed color RGB value is (223,116,237).

#df74ed hex color red value is 223, green value is 116 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df74ed hue: 0.81 , saturation: 0.77 and the lightness value of df74ed is 0.69.

The process color (four color CMYK) of #df74ed color hex is 0.06, 0.51, 0.00, 0.07. Web safe color of #df74ed is #cc66ff. Color #df74ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 11101101
Octal 337 164 355
Decimal 223 116 237
Hex DF 74 ED

RGB Percentages of Color #df74ed

%38.72
%20.14
%41.15

CMYK Percentages of Color #df74ed

%6
%51
%0
%7

Triadic Colors of #df74ed

#df74ed #eddf74 #74eddf

Analogous Colors of #df74ed

#df74ed #ed74bf #a374ed

Monochromatic Colors of #df74ed

#df74ed

Complementary Color

#df74ed #82ed74

#df74ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df74ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df74ed Color CSS Codes

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

#df74ed Text Font Color

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

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


#df74ed Background Color

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

This div background color is #df74ed


#df74ed Border Color

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

This div border color is #df74ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df74ed


Comments

No comments written yet.

Please login to write comment.