Color Hex Logo

#da6098 Color Hex

#DA6098
(218,96,152)
0 Favorites   0 Comments

Color spaces of #da6098

RGB 21896152
HSL0.920.620.62
HSV332°56°85°
CMYK 0.000.560.30   0.15
XYZ38.763825.538232.5920
Yxy25.53820.40010.2636
Hunter Lab50.535348.4840-2.8635
CIE-Lab57.596153.5694-6.8971

#da6098 color RGB value is (218,96,152).

#da6098 hex color red value is 218, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #da6098 hue: 0.92 , saturation: 0.62 and the lightness value of da6098 is 0.62.

The process color (four color CMYK) of #da6098 color hex is 0.00, 0.56, 0.30, 0.15. Web safe color of #da6098 is #cc6699. Color #da6098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 10011000
Octal 332 140 230
Decimal 218 96 152
Hex DA 60 98

RGB Percentages of Color #da6098

%46.78
%20.60
%32.62

CMYK Percentages of Color #da6098

%0
%56
%30
%15

Triadic Colors of #da6098

#da6098 #98da60 #6098da

Analogous Colors of #da6098

#da6098 #da6560 #da60d5

Monochromatic Colors of #da6098

#da6098

Complementary Color

#da6098 #60daa2

#da6098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6098 Color CSS Codes

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

#da6098 Text Font Color

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

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


#da6098 Background Color

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

This div background color is #da6098


#da6098 Border Color

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

This div border color is #da6098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,96,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 #da6098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6098


Comments

No comments written yet.

Please login to write comment.