Color Hex Logo

#da5eed Color Hex

#DA5EED
(218,94,237)
0 Favorites   0 Comments

Color spaces of #da5eed

RGB 21894237
HSL0.810.800.65
HSV292°60°93°
CMYK 0.080.600.00   0.07
XYZ48.202229.025383.1827
Yxy29.02530.30050.1809
Hunter Lab53.875165.4229-53.8306
CIE-Lab60.804067.6790-50.4123

#da5eed color RGB value is (218,94,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 11101101
Octal 332 136 355
Decimal 218 94 237
Hex DA 5E ED

RGB Percentages of Color #da5eed

%39.71
%17.12
%43.17

CMYK Percentages of Color #da5eed

%8
%60
%0
%7

Triadic Colors of #da5eed

#da5eed #edda5e #5eedda

Analogous Colors of #da5eed

#da5eed #ed5eb9 #935eed

Monochromatic Colors of #da5eed

#da5eed

Complementary Color

#da5eed #71ed5e

#da5eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5eed Color CSS Codes

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

#da5eed Text Font Color

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

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


#da5eed Background Color

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

This div background color is #da5eed


#da5eed Border Color

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

This div border color is #da5eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5eed


Comments

No comments written yet.

Please login to write comment.