Color Hex Logo

#da98be Color Hex

#DA98BE
(218,152,190)
0 Favorites   0 Comments

Color spaces of #da98be

RGB 218152190
HSL0.900.470.73
HSV325°30°85°
CMYK 0.000.300.13   0.15
XYZ49.435941.079654.0388
Yxy41.07960.34200.2842
Hunter Lab64.093425.5156-5.1236
CIE-Lab70.231730.4155-9.6725

#da98be color RGB value is (218,152,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 10111110
Octal 332 230 276
Decimal 218 152 190
Hex DA 98 BE

RGB Percentages of Color #da98be

%38.93
%27.14
%33.93

CMYK Percentages of Color #da98be

%0
%30
%13
%15

Triadic Colors of #da98be

#da98be #beda98 #98beda

Analogous Colors of #da98be

#da98be #da989d #d598da

Monochromatic Colors of #da98be

#da98be

Complementary Color

#da98be #98dab4

#da98be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da98be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da98be Color CSS Codes

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

#da98be Text Font Color

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

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


#da98be Background Color

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

This div background color is #da98be


#da98be Border Color

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

This div border color is #da98be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da98be


Comments

No comments written yet.

Please login to write comment.