Color Hex Logo

#da63be Color Hex

#DA63BE
(218,99,190)
0 Favorites   0 Comments

Color spaces of #da63be

RGB 21899190
HSL0.870.620.62
HSV314°55°85°
CMYK 0.000.550.13   0.15
XYZ42.669527.546851.7833
Yxy27.54680.34980.2258
Hunter Lab52.485053.2688-21.7577
CIE-Lab59.477157.5187-25.9804

#da63be color RGB value is (218,99,190).

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

The process color (four color CMYK) of #da63be color hex is 0.00, 0.55, 0.13, 0.15. Web safe color of #da63be is #cc66cc. Color #da63be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10111110
Octal 332 143 276
Decimal 218 99 190
Hex DA 63 BE

RGB Percentages of Color #da63be

%43.00
%19.53
%37.48

CMYK Percentages of Color #da63be

%0
%55
%13
%15

Triadic Colors of #da63be

#da63be #beda63 #63beda

Analogous Colors of #da63be

#da63be #da6383 #bb63da

Monochromatic Colors of #da63be

#da63be

Complementary Color

#da63be #63da7f

#da63be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63be Color CSS Codes

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

#da63be Text Font Color

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

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


#da63be Background Color

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

This div background color is #da63be


#da63be Border Color

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

This div border color is #da63be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63be


Comments

No comments written yet.

Please login to write comment.