Color Hex Logo

#da7edd Color Hex

#DA7EDD
(218,126,221)
0 Favorites   0 Comments

Color spaces of #da7edd

RGB 218126221
HSL0.830.580.68
HSV298°43°87°
CMYK 0.010.430.00   0.13
XYZ49.425435.047672.5665
Yxy35.04760.31470.2232
Hunter Lab59.201045.4233-31.2349
CIE-Lab65.785749.5506-33.6885

#da7edd color RGB value is (218,126,221).

#da7edd hex color red value is 218, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #da7edd hue: 0.83 , saturation: 0.58 and the lightness value of da7edd is 0.68.

The process color (four color CMYK) of #da7edd color hex is 0.01, 0.43, 0.00, 0.13. Web safe color of #da7edd is #cc66cc. Color #da7edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 11011101
Octal 332 176 335
Decimal 218 126 221
Hex DA 7E DD

RGB Percentages of Color #da7edd

%38.58
%22.30
%39.12

CMYK Percentages of Color #da7edd

%1
%43
%0
%13

Triadic Colors of #da7edd

#da7edd #ddda7e #7eddda

Analogous Colors of #da7edd

#da7edd #dd7eb1 #ab7edd

Monochromatic Colors of #da7edd

#da7edd

Complementary Color

#da7edd #81dd7e

#da7edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7edd Color CSS Codes

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

#da7edd Text Font Color

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

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


#da7edd Background Color

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

This div background color is #da7edd


#da7edd Border Color

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

This div border color is #da7edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,126,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7edd


Comments

No comments written yet.

Please login to write comment.