Color Hex Logo

#df5aff Color Hex

#DF5AFF
(223,90,255)
0 Favorites   0 Comments

Color spaces of #df5aff

RGB 22390255
HSL0.801.000.68
HSV288°65°100°
CMYK 0.130.650.00   0.00
XYZ52.137630.220397.6929
Yxy30.22030.28960.1678
Hunter Lab54.973073.0906-66.8836
CIE-Lab61.843873.7654-58.6859

#df5aff color RGB value is (223,90,255).

#df5aff hex color red value is 223, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #df5aff hue: 0.80 , saturation: 1.00 and the lightness value of df5aff is 0.68.

The process color (four color CMYK) of #df5aff color hex is 0.13, 0.65, 0.00, 0.00. Web safe color of #df5aff is #cc66ff. Color #df5aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 11111111
Octal 337 132 377
Decimal 223 90 255
Hex DF 5A FF

RGB Percentages of Color #df5aff

%39.26
%15.85
%44.89

CMYK Percentages of Color #df5aff

%13
%65
%0
%0

Triadic Colors of #df5aff

#df5aff #ffdf5a #5affdf

Analogous Colors of #df5aff

#df5aff #ff5acd #8d5aff

Monochromatic Colors of #df5aff

#df5aff

Complementary Color

#df5aff #7aff5a

#df5aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5aff Color CSS Codes

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

#df5aff Text Font Color

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

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


#df5aff Background Color

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

This div background color is #df5aff


#df5aff Border Color

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

This div border color is #df5aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5aff


Comments

No comments written yet.

Please login to write comment.