Color Hex Logo

#da96ed Color Hex

#DA96ED
(218,150,237)
0 Favorites   0 Comments

Color spaces of #da96ed

RGB 218150237
HSL0.800.710.76
HSV287°37°93°
CMYK 0.080.370.00   0.07
XYZ55.105942.832585.4839
Yxy42.83250.30040.2335
Hunter Lab65.446535.7653-31.6299
CIE-Lab71.441140.0222-33.7430

#da96ed color RGB value is (218,150,237).

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

The process color (four color CMYK) of #da96ed color hex is 0.08, 0.37, 0.00, 0.07. Web safe color of #da96ed is #cc99ff. Color #da96ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 11101101
Octal 332 226 355
Decimal 218 150 237
Hex DA 96 ED

RGB Percentages of Color #da96ed

%36.03
%24.79
%39.17

CMYK Percentages of Color #da96ed

%8
%37
%0
%7

Triadic Colors of #da96ed

#da96ed #edda96 #96edda

Analogous Colors of #da96ed

#da96ed #ed96d5 #af96ed

Monochromatic Colors of #da96ed

#da96ed

Complementary Color

#da96ed #a9ed96

#da96ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da96ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da96ed Color CSS Codes

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

#da96ed Text Font Color

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

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


#da96ed Background Color

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

This div background color is #da96ed


#da96ed Border Color

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

This div border color is #da96ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da96ed


Comments

No comments written yet.

Please login to write comment.