Color Hex Logo

#da6ece Color Hex

#DA6ECE
(218,110,206)
0 Favorites   0 Comments

Color spaces of #da6ece

RGB 218110206
HSL0.850.590.64
HSV307°50°85°
CMYK 0.000.500.06   0.15
XYZ45.630030.513561.8773
Yxy30.51350.33060.2211
Hunter Lab55.239050.7810-27.7478
CIE-Lab62.094854.8926-31.0149

#da6ece color RGB value is (218,110,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 11001110
Octal 332 156 316
Decimal 218 110 206
Hex DA 6E CE

RGB Percentages of Color #da6ece

%40.82
%20.60
%38.58

CMYK Percentages of Color #da6ece

%0
%50
%6
%15

Triadic Colors of #da6ece

#da6ece #ceda6e #6eceda

Analogous Colors of #da6ece

#da6ece #da6e98 #b06eda

Monochromatic Colors of #da6ece

#da6ece

Complementary Color

#da6ece #6eda7a

#da6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6ece Color CSS Codes

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

#da6ece Text Font Color

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

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


#da6ece Background Color

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

This div background color is #da6ece


#da6ece Border Color

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

This div border color is #da6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6ece


Comments

No comments written yet.

Please login to write comment.