Color Hex Logo

#da98d2 Color Hex

#DA98D2
(218,152,210)
0 Favorites   0 Comments

Color spaces of #da98d2

RGB 218152210
HSL0.850.470.73
HSV307°30°85°
CMYK 0.000.300.04   0.15
XYZ51.774542.015066.3537
Yxy42.01500.32330.2624
Hunter Lab64.819029.1446-15.3205
CIE-Lab70.881333.8586-19.7680

#da98d2 color RGB value is (218,152,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 11010010
Octal 332 230 322
Decimal 218 152 210
Hex DA 98 D2

RGB Percentages of Color #da98d2

%37.59
%26.21
%36.21

CMYK Percentages of Color #da98d2

%0
%30
%4
%15

Triadic Colors of #da98d2

#da98d2 #d2da98 #98d2da

Analogous Colors of #da98d2

#da98d2 #da98b1 #c198da

Monochromatic Colors of #da98d2

#da98d2

Complementary Color

#da98d2 #98daa0

#da98d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98d2 Color CSS Codes

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

#da98d2 Text Font Color

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

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


#da98d2 Background Color

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

This div background color is #da98d2


#da98d2 Border Color

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

This div border color is #da98d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98d2


Comments

No comments written yet.

Please login to write comment.