Color Hex Logo

#df46ee Color Hex

#DF46EE
(223,70,238)
0 Favorites   0 Comments

Color spaces of #df46ee

RGB 22370238
HSL0.820.830.60
HSV295°71°93°
CMYK 0.060.710.00   0.07
XYZ48.054226.241383.4213
Yxy26.24130.30470.1664
Hunter Lab51.226377.8009-60.6946
CIE-Lab58.265478.2126-54.9638

#df46ee color RGB value is (223,70,238).

#df46ee hex color red value is 223, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #df46ee hue: 0.82 , saturation: 0.83 and the lightness value of df46ee is 0.60.

The process color (four color CMYK) of #df46ee color hex is 0.06, 0.71, 0.00, 0.07. Web safe color of #df46ee is #cc33ff. Color #df46ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 11101110
Octal 337 106 356
Decimal 223 70 238
Hex DF 46 EE

RGB Percentages of Color #df46ee

%42.00
%13.18
%44.82

CMYK Percentages of Color #df46ee

%6
%71
%0
%7

Triadic Colors of #df46ee

#df46ee #eedf46 #46eedf

Analogous Colors of #df46ee

#df46ee #ee46a9 #8b46ee

Monochromatic Colors of #df46ee

#df46ee

Complementary Color

#df46ee #55ee46

#df46ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46ee Color CSS Codes

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

#df46ee Text Font Color

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

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


#df46ee Background Color

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

This div background color is #df46ee


#df46ee Border Color

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

This div border color is #df46ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46ee


Comments

No comments written yet.

Please login to write comment.