Color Hex Logo

#da6cd0 Color Hex

#DA6CD0
(218,108,208)
0 Favorites   0 Comments

Color spaces of #da6cd0

RGB 218108208
HSL0.850.600.64
HSV305°50°85°
CMYK 0.000.500.05   0.15
XYZ45.661230.184663.0941
Yxy30.18460.32860.2172
Hunter Lab54.940552.2059-29.6307
CIE-Lab61.813256.1956-32.5793

#da6cd0 color RGB value is (218,108,208).

#da6cd0 hex color red value is 218, green value is 108 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #da6cd0 hue: 0.85 , saturation: 0.60 and the lightness value of da6cd0 is 0.64.

The process color (four color CMYK) of #da6cd0 color hex is 0.00, 0.50, 0.05, 0.15. Web safe color of #da6cd0 is #cc66cc. Color #da6cd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101100 11010000
Octal 332 154 320
Decimal 218 108 208
Hex DA 6C D0

RGB Percentages of Color #da6cd0

%40.82
%20.22
%38.95

CMYK Percentages of Color #da6cd0

%0
%50
%5
%15

Triadic Colors of #da6cd0

#da6cd0 #d0da6c #6cd0da

Analogous Colors of #da6cd0

#da6cd0 #da6c99 #ad6cda

Monochromatic Colors of #da6cd0

#da6cd0

Complementary Color

#da6cd0 #6cda76

#da6cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6cd0 Color CSS Codes

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

#da6cd0 Text Font Color

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

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


#da6cd0 Background Color

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

This div background color is #da6cd0


#da6cd0 Border Color

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

This div border color is #da6cd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6cd0


Comments

No comments written yet.

Please login to write comment.