Color Hex Logo

#da98ce Color Hex

#DA98CE
(218,152,206)
0 Favorites   0 Comments

Color spaces of #da98ce

RGB 218152206
HSL0.860.470.73
HSV311°30°85°
CMYK 0.000.300.06   0.15
XYZ51.282341.818163.7614
Yxy41.81810.32690.2666
Hunter Lab64.666928.3874-13.1929
CIE-Lab70.745333.1464-17.7648

#da98ce color RGB value is (218,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11001110
Octal 332 230 316
Decimal 218 152 206
Hex DA 98 CE

RGB Percentages of Color #da98ce

%37.85
%26.39
%35.76

CMYK Percentages of Color #da98ce

%0
%30
%6
%15

Triadic Colors of #da98ce

#da98ce #ceda98 #98ceda

Analogous Colors of #da98ce

#da98ce #da98ad #c598da

Monochromatic Colors of #da98ce

#da98ce

Complementary Color

#da98ce #98daa4

#da98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98ce Color CSS Codes

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

#da98ce Text Font Color

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

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


#da98ce Background Color

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

This div background color is #da98ce


#da98ce Border Color

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

This div border color is #da98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98ce


Comments

No comments written yet.

Please login to write comment.