Color Hex Logo

#da98cd Color Hex

#DA98CD
(218,152,205)
0 Favorites   0 Comments

Color spaces of #da98cd

RGB 218152205
HSL0.870.470.73
HSV312°30°85°
CMYK 0.000.300.06   0.15
XYZ51.161141.769763.1235
Yxy41.76970.32780.2677
Hunter Lab64.629528.2001-12.6678
CIE-Lab70.711832.9698-17.2626

#da98cd color RGB value is (218,152,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11001101
Octal 332 230 315
Decimal 218 152 205
Hex DA 98 CD

RGB Percentages of Color #da98cd

%37.91
%26.43
%35.65

CMYK Percentages of Color #da98cd

%0
%30
%6
%15

Triadic Colors of #da98cd

#da98cd #cdda98 #98cdda

Analogous Colors of #da98cd

#da98cd #da98ac #c698da

Monochromatic Colors of #da98cd

#da98cd

Complementary Color

#da98cd #98daa5

#da98cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98cd Color CSS Codes

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

#da98cd Text Font Color

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

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


#da98cd Background Color

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

This div background color is #da98cd


#da98cd Border Color

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

This div border color is #da98cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98cd


Comments

No comments written yet.

Please login to write comment.