Color Hex Logo

#da61dc Color Hex

#DA61DC
(218,97,220)
0 Favorites   0 Comments

Color spaces of #da61dc

RGB 21897220
HSL0.830.640.62
HSV299°56°86°
CMYK 0.010.560.00   0.14
XYZ46.106428.622170.8047
Yxy28.62210.31680.1967
Hunter Lab53.499660.2084-41.0183
CIE-Lab60.446763.3544-41.4683

#da61dc color RGB value is (218,97,220).

#da61dc hex color red value is 218, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da61dc hue: 0.83 , saturation: 0.64 and the lightness value of da61dc is 0.62.

The process color (four color CMYK) of #da61dc color hex is 0.01, 0.56, 0.00, 0.14. Web safe color of #da61dc is #cc66cc. Color #da61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 11011100
Octal 332 141 334
Decimal 218 97 220
Hex DA 61 DC

RGB Percentages of Color #da61dc

%40.75
%18.13
%41.12

CMYK Percentages of Color #da61dc

%1
%56
%0
%14

Triadic Colors of #da61dc

#da61dc #dcda61 #61dcda

Analogous Colors of #da61dc

#da61dc #dc61a1 #9d61dc

Monochromatic Colors of #da61dc

#da61dc

Complementary Color

#da61dc #63dc61

#da61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da61dc Color CSS Codes

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

#da61dc Text Font Color

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

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


#da61dc Background Color

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

This div background color is #da61dc


#da61dc Border Color

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

This div border color is #da61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da61dc


Comments

No comments written yet.

Please login to write comment.