Color Hex Logo

#da7fdb Color Hex

#DA7FDB
(218,127,219)
0 Favorites   0 Comments

Color spaces of #da7fdb

RGB 218127219
HSL0.830.560.68
HSV299°42°86°
CMYK 0.000.420.00   0.14
XYZ49.289035.198671.2140
Yxy35.19860.31660.2261
Hunter Lab59.328444.4700-29.6380
CIE-Lab65.903048.6748-32.3941

#da7fdb color RGB value is (218,127,219).

#da7fdb hex color red value is 218, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da7fdb hue: 0.83 , saturation: 0.56 and the lightness value of da7fdb is 0.68.

The process color (four color CMYK) of #da7fdb color hex is 0.00, 0.42, 0.00, 0.14. Web safe color of #da7fdb is #cc66cc. Color #da7fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111111 11011011
Octal 332 177 333
Decimal 218 127 219
Hex DA 7F DB

RGB Percentages of Color #da7fdb

%38.65
%22.52
%38.83

CMYK Percentages of Color #da7fdb

%0
%42
%0
%14

Triadic Colors of #da7fdb

#da7fdb #dbda7f #7fdbda

Analogous Colors of #da7fdb

#da7fdb #db7fae #ac7fdb

Monochromatic Colors of #da7fdb

#da7fdb

Complementary Color

#da7fdb #80db7f

#da7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7fdb Color CSS Codes

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

#da7fdb Text Font Color

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

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


#da7fdb Background Color

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

This div background color is #da7fdb


#da7fdb Border Color

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

This div border color is #da7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7fdb


Comments

No comments written yet.

Please login to write comment.