Color Hex Logo

#da7eeb Color Hex

#DA7EEB
(218,126,235)
0 Favorites   0 Comments

Color spaces of #da7eeb

RGB 218126235
HSL0.810.730.71
HSV291°46°92°
CMYK 0.070.460.00   0.08
XYZ51.369735.825382.8048
Yxy35.82530.30220.2107
Hunter Lab59.854248.4521-40.1262
CIE-Lab66.386252.1668-40.5104

#da7eeb color RGB value is (218,126,235).

#da7eeb hex color red value is 218, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #da7eeb hue: 0.81 , saturation: 0.73 and the lightness value of da7eeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 11101011
Octal 332 176 353
Decimal 218 126 235
Hex DA 7E EB

RGB Percentages of Color #da7eeb

%37.65
%21.76
%40.59

CMYK Percentages of Color #da7eeb

%7
%46
%0
%8

Triadic Colors of #da7eeb

#da7eeb #ebda7e #7eebda

Analogous Colors of #da7eeb

#da7eeb #eb7ec6 #a47eeb

Monochromatic Colors of #da7eeb

#da7eeb

Complementary Color

#da7eeb #8feb7e

#da7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7eeb Color CSS Codes

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

#da7eeb Text Font Color

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

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


#da7eeb Background Color

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

This div background color is #da7eeb


#da7eeb Border Color

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

This div border color is #da7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7eeb


Comments

No comments written yet.

Please login to write comment.