Color Hex Logo

#df74ef Color Hex

#DF74EF
(223,116,239)
0 Favorites   0 Comments

Color spaces of #df74ef

RGB 223116239
HSL0.810.790.70
HSV292°51°94°
CMYK 0.070.510.00   0.06
XYZ52.256834.410885.5491
Yxy34.41080.30340.1998
Hunter Lab58.660756.3571-45.4043
CIE-Lab65.287359.2344-44.3999

#df74ef color RGB value is (223,116,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 11101111
Octal 337 164 357
Decimal 223 116 239
Hex DF 74 EF

RGB Percentages of Color #df74ef

%38.58
%20.07
%41.35

CMYK Percentages of Color #df74ef

%7
%51
%0
%6

Triadic Colors of #df74ef

#df74ef #efdf74 #74efdf

Analogous Colors of #df74ef

#df74ef #ef74c2 #a274ef

Monochromatic Colors of #df74ef

#df74ef

Complementary Color

#df74ef #84ef74

#df74ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df74ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df74ef Color CSS Codes

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

#df74ef Text Font Color

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

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


#df74ef Background Color

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

This div background color is #df74ef


#df74ef Border Color

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

This div border color is #df74ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df74ef


Comments

No comments written yet.

Please login to write comment.