Color Hex Logo

#da97ce Color Hex

#DA97CE
(218,151,206)
0 Favorites   0 Comments

Color spaces of #da97ce

RGB 218151206
HSL0.860.480.72
HSV311°31°85°
CMYK 0.000.310.06   0.15
XYZ51.120641.494963.7075
Yxy41.49490.32700.2654
Hunter Lab64.416528.9277-13.5458
CIE-Lab70.521333.6839-18.1039

#da97ce color RGB value is (218,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 11001110
Octal 332 227 316
Decimal 218 151 206
Hex DA 97 CE

RGB Percentages of Color #da97ce

%37.91
%26.26
%35.83

CMYK Percentages of Color #da97ce

%0
%31
%6
%15

Triadic Colors of #da97ce

#da97ce #ceda97 #97ceda

Analogous Colors of #da97ce

#da97ce #da97ad #c597da

Monochromatic Colors of #da97ce

#da97ce

Complementary Color

#da97ce #97daa3

#da97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da97ce Color CSS Codes

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

#da97ce Text Font Color

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

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


#da97ce Background Color

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

This div background color is #da97ce


#da97ce Border Color

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

This div border color is #da97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da97ce


Comments

No comments written yet.

Please login to write comment.