Color Hex Logo

#da8ece Color Hex

#DA8ECE
(218,142,206)
0 Favorites   0 Comments

Color spaces of #da8ece

RGB 218142206
HSL0.860.510.71
HSV309°35°85°
CMYK 0.000.350.06   0.15
XYZ49.727038.707763.2429
Yxy38.70770.32780.2552
Hunter Lab62.215533.7926-16.7182
CIE-Lab68.539038.4991-21.1140

#da8ece color RGB value is (218,142,206).

#da8ece hex color red value is 218, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da8ece hue: 0.86 , saturation: 0.51 and the lightness value of da8ece is 0.71.

The process color (four color CMYK) of #da8ece color hex is 0.00, 0.35, 0.06, 0.15. Web safe color of #da8ece is #cc99cc. Color #da8ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11001110
Octal 332 216 316
Decimal 218 142 206
Hex DA 8E CE

RGB Percentages of Color #da8ece

%38.52
%25.09
%36.40

CMYK Percentages of Color #da8ece

%0
%35
%6
%15

Triadic Colors of #da8ece

#da8ece #ceda8e #8eceda

Analogous Colors of #da8ece

#da8ece #da8ea8 #c08eda

Monochromatic Colors of #da8ece

#da8ece

Complementary Color

#da8ece #8eda9a

#da8ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ece Color CSS Codes

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

#da8ece Text Font Color

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

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


#da8ece Background Color

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

This div background color is #da8ece


#da8ece Border Color

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

This div border color is #da8ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ece


Comments

No comments written yet.

Please login to write comment.