Color Hex Logo

#da8898 Color Hex

#DA8898
(218,136,152)
0 Favorites   0 Comments

Color spaces of #da8898

RGB 218136152
HSL0.970.530.69
HSV348°38°85°
CMYK 0.000.380.30   0.15
XYZ43.385134.780734.1325
Yxy34.78070.38630.3097
Hunter Lab58.975228.10706.9679
CIE-Lab65.577633.35194.7886

#da8898 color RGB value is (218,136,152).

#da8898 hex color red value is 218, green value is 136 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #da8898 hue: 0.97 , saturation: 0.53 and the lightness value of da8898 is 0.69.

The process color (four color CMYK) of #da8898 color hex is 0.00, 0.38, 0.30, 0.15. Web safe color of #da8898 is #cc9999. Color #da8898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 10011000
Octal 332 210 230
Decimal 218 136 152
Hex DA 88 98

RGB Percentages of Color #da8898

%43.08
%26.88
%30.04

CMYK Percentages of Color #da8898

%0
%38
%30
%15

Triadic Colors of #da8898

#da8898 #98da88 #8898da

Analogous Colors of #da8898

#da8898 #daa188 #da88c1

Monochromatic Colors of #da8898

#da8898

Complementary Color

#da8898 #88daca

#da8898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8898 Color CSS Codes

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

#da8898 Text Font Color

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

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


#da8898 Background Color

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

This div background color is #da8898


#da8898 Border Color

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

This div border color is #da8898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8898


Comments

No comments written yet.

Please login to write comment.