Color Hex Logo

#da5def Color Hex

#DA5DEF
(218,93,239)
0 Favorites   0 Comments

Color spaces of #da5def

RGB 21893239
HSL0.810.820.65
HSV291°61°94°
CMYK 0.090.610.00   0.06
XYZ48.407828.966184.7010
Yxy28.96610.29870.1787
Hunter Lab53.820266.3641-55.6352
CIE-Lab60.751768.4703-51.6081

#da5def color RGB value is (218,93,239).

#da5def hex color red value is 218, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #da5def hue: 0.81 , saturation: 0.82 and the lightness value of da5def is 0.65.

The process color (four color CMYK) of #da5def color hex is 0.09, 0.61, 0.00, 0.06. Web safe color of #da5def is #cc66ff. Color #da5def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 11101111
Octal 332 135 357
Decimal 218 93 239
Hex DA 5D EF

RGB Percentages of Color #da5def

%39.64
%16.91
%43.45

CMYK Percentages of Color #da5def

%9
%61
%0
%6

Triadic Colors of #da5def

#da5def #efda5d #5defda

Analogous Colors of #da5def

#da5def #ef5dbb #915def

Monochromatic Colors of #da5def

#da5def

Complementary Color

#da5def #72ef5d

#da5def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5def Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5def Color CSS Codes

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

#da5def Text Font Color

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

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


#da5def Background Color

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

This div background color is #da5def


#da5def Border Color

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

This div border color is #da5def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,93,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 #da5def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5def


Comments

No comments written yet.

Please login to write comment.