Color Hex Logo

#da7aec Color Hex

#DA7AEC
(218,122,236)
0 Favorites   0 Comments

Color spaces of #da7aec

RGB 218122236
HSL0.810.750.70
HSV291°48°93°
CMYK 0.080.480.00   0.07
XYZ51.013334.880683.4008
Yxy34.88060.30130.2060
Hunter Lab59.059850.8259-42.3840
CIE-Lab65.655654.3719-42.2070

#da7aec color RGB value is (218,122,236).

#da7aec hex color red value is 218, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #da7aec hue: 0.81 , saturation: 0.75 and the lightness value of da7aec is 0.70.

The process color (four color CMYK) of #da7aec color hex is 0.08, 0.48, 0.00, 0.07. Web safe color of #da7aec is #cc66ff. Color #da7aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 11101100
Octal 332 172 354
Decimal 218 122 236
Hex DA 7A EC

RGB Percentages of Color #da7aec

%37.85
%21.18
%40.97

CMYK Percentages of Color #da7aec

%8
%48
%0
%7

Triadic Colors of #da7aec

#da7aec #ecda7a #7aecda

Analogous Colors of #da7aec

#da7aec #ec7ac5 #a17aec

Monochromatic Colors of #da7aec

#da7aec

Complementary Color

#da7aec #8cec7a

#da7aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7aec Color CSS Codes

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

#da7aec Text Font Color

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

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


#da7aec Background Color

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

This div background color is #da7aec


#da7aec Border Color

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

This div border color is #da7aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7aec


Comments

No comments written yet.

Please login to write comment.