Color Hex Logo

#da63bb Color Hex

#DA63BB
(218,99,187)
0 Favorites   0 Comments

Color spaces of #da63bb

RGB 21899187
HSL0.880.620.62
HSV316°55°85°
CMYK 0.000.550.14   0.15
XYZ42.344927.417050.0739
Yxy27.41700.35340.2288
Hunter Lab52.361252.7220-20.0471
CIE-Lab59.358357.0572-24.4481

#da63bb color RGB value is (218,99,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10111011
Octal 332 143 273
Decimal 218 99 187
Hex DA 63 BB

RGB Percentages of Color #da63bb

%43.25
%19.64
%37.10

CMYK Percentages of Color #da63bb

%0
%55
%14
%15

Triadic Colors of #da63bb

#da63bb #bbda63 #63bbda

Analogous Colors of #da63bb

#da63bb #da6380 #be63da

Monochromatic Colors of #da63bb

#da63bb

Complementary Color

#da63bb #63da82

#da63bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63bb Color CSS Codes

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

#da63bb Text Font Color

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

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


#da63bb Background Color

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

This div background color is #da63bb


#da63bb Border Color

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

This div border color is #da63bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63bb


Comments

No comments written yet.

Please login to write comment.