Color Hex Logo

#da98ca Color Hex

#DA98CA
(218,152,202)
0 Favorites   0 Comments

Color spaces of #da98ca

RGB 218152202
HSL0.870.470.73
HSV315°30°85°
CMYK 0.000.300.07   0.15
XYZ50.802341.626261.2342
Yxy41.62620.33060.2709
Hunter Lab64.518427.6452-11.1091
CIE-Lab70.612432.4453-15.7534

#da98ca color RGB value is (218,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11001010
Octal 332 230 312
Decimal 218 152 202
Hex DA 98 CA

RGB Percentages of Color #da98ca

%38.11
%26.57
%35.31

CMYK Percentages of Color #da98ca

%0
%30
%7
%15

Triadic Colors of #da98ca

#da98ca #cada98 #98cada

Analogous Colors of #da98ca

#da98ca #da98a9 #c998da

Monochromatic Colors of #da98ca

#da98ca

Complementary Color

#da98ca #98daa8

#da98ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98ca Color CSS Codes

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

#da98ca Text Font Color

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

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


#da98ca Background Color

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

This div background color is #da98ca


#da98ca Border Color

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

This div border color is #da98ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98ca


Comments

No comments written yet.

Please login to write comment.