Color Hex Logo

#df48ea Color Hex

#DF48EA
(223,72,234)
0 Favorites   0 Comments

Color spaces of #df48ea

RGB 22372234
HSL0.820.790.60
HSV296°69°92°
CMYK 0.050.690.00   0.08
XYZ47.600126.263280.4024
Yxy26.26320.30860.1702
Hunter Lab51.247676.1120-57.1467
CIE-Lab58.286076.8649-52.6934

#df48ea color RGB value is (223,72,234).

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

The process color (four color CMYK) of #df48ea color hex is 0.05, 0.69, 0.00, 0.08. Web safe color of #df48ea is #cc33ff. Color #df48ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 11101010
Octal 337 110 352
Decimal 223 72 234
Hex DF 48 EA

RGB Percentages of Color #df48ea

%42.16
%13.61
%44.23

CMYK Percentages of Color #df48ea

%5
%69
%0
%8

Triadic Colors of #df48ea

#df48ea #eadf48 #48eadf

Analogous Colors of #df48ea

#df48ea #ea48a4 #8e48ea

Monochromatic Colors of #df48ea

#df48ea

Complementary Color

#df48ea #53ea48

#df48ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48ea Color CSS Codes

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

#df48ea Text Font Color

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

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


#df48ea Background Color

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

This div background color is #df48ea


#df48ea Border Color

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

This div border color is #df48ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48ea


Comments

No comments written yet.

Please login to write comment.