Color Hex Logo

#da6398 Color Hex

#DA6398
(218,99,152)
0 Favorites   0 Comments

Color spaces of #da6398

RGB 21899152
HSL0.930.620.62
HSV333°55°85°
CMYK 0.000.550.30   0.15
XYZ39.042826.096132.6850
Yxy26.09610.39910.2668
Hunter Lab51.084347.0266-2.1761
CIE-Lab58.128252.1635-6.1069

#da6398 color RGB value is (218,99,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10011000
Octal 332 143 230
Decimal 218 99 152
Hex DA 63 98

RGB Percentages of Color #da6398

%46.48
%21.11
%32.41

CMYK Percentages of Color #da6398

%0
%55
%30
%15

Triadic Colors of #da6398

#da6398 #98da63 #6398da

Analogous Colors of #da6398

#da6398 #da6a63 #da63d4

Monochromatic Colors of #da6398

#da6398

Complementary Color

#da6398 #63daa5

#da6398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6398 Color CSS Codes

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

#da6398 Text Font Color

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

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


#da6398 Background Color

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

This div background color is #da6398


#da6398 Border Color

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

This div border color is #da6398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6398


Comments

No comments written yet.

Please login to write comment.