Color Hex Logo

#da6298 Color Hex

#DA6298
(218,98,152)
0 Favorites   0 Comments

Color spaces of #da6298

RGB 21898152
HSL0.930.620.62
HSV333°55°85°
CMYK 0.000.550.30   0.15
XYZ38.948625.907832.6536
Yxy25.90780.39940.2657
Hunter Lab50.899747.5142-2.4064
CIE-Lab57.949452.6347-6.3721

#da6298 color RGB value is (218,98,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10011000
Octal 332 142 230
Decimal 218 98 152
Hex DA 62 98

RGB Percentages of Color #da6298

%46.58
%20.94
%32.48

CMYK Percentages of Color #da6298

%0
%55
%30
%15

Triadic Colors of #da6298

#da6298 #98da62 #6298da

Analogous Colors of #da6298

#da6298 #da6862 #da62d4

Monochromatic Colors of #da6298

#da6298

Complementary Color

#da6298 #62daa4

#da6298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6298 Color CSS Codes

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

#da6298 Text Font Color

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

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


#da6298 Background Color

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

This div background color is #da6298


#da6298 Border Color

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

This div border color is #da6298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6298


Comments

No comments written yet.

Please login to write comment.