Color Hex Logo

#da84ce Color Hex

#DA84CE
(218,132,206)
0 Favorites   0 Comments

Color spaces of #da84ce

RGB 218132206
HSL0.860.540.69
HSV308°39°85°
CMYK 0.000.390.06   0.15
XYZ48.305335.864262.7690
Yxy35.86420.32870.2441
Hunter Lab59.886739.1783-20.2228
CIE-Lab66.416043.7731-24.3564

#da84ce color RGB value is (218,132,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 11001110
Octal 332 204 316
Decimal 218 132 206
Hex DA 84 CE

RGB Percentages of Color #da84ce

%39.21
%23.74
%37.05

CMYK Percentages of Color #da84ce

%0
%39
%6
%15

Triadic Colors of #da84ce

#da84ce #ceda84 #84ceda

Analogous Colors of #da84ce

#da84ce #da84a3 #bb84da

Monochromatic Colors of #da84ce

#da84ce

Complementary Color

#da84ce #84da90

#da84ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84ce Color CSS Codes

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

#da84ce Text Font Color

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

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


#da84ce Background Color

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

This div background color is #da84ce


#da84ce Border Color

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

This div border color is #da84ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84ce


Comments

No comments written yet.

Please login to write comment.