Color Hex Logo

#d744db Color Hex

#D744DB
(215,68,219)
0 Favorites   0 Comments

Color spaces of #d744db

RGB 21568219
HSL0.830.680.56
HSV298°69°86°
CMYK 0.020.690.00   0.14
XYZ42.877623.695869.3317
Yxy23.69580.31550.1744
Hunter Lab48.678372.0420-50.3709
CIE-Lab55.781974.0675-48.3010

#d744db color RGB value is (215,68,219).

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

The process color (four color CMYK) of #d744db color hex is 0.02, 0.69, 0.00, 0.14. Web safe color of #d744db is #cc33cc. Color #d744db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 11011011
Octal 327 104 333
Decimal 215 68 219
Hex D7 44 DB

RGB Percentages of Color #d744db

%42.83
%13.55
%43.63

CMYK Percentages of Color #d744db

%2
%69
%0
%14

Triadic Colors of #d744db

#d744db #dbd744 #44dbd7

Analogous Colors of #d744db

#d744db #db4494 #8c44db

Monochromatic Colors of #d744db

#d744db

Complementary Color

#d744db #48db44

#d744db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d744db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d744db Color CSS Codes

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

#d744db Text Font Color

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

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


#d744db Background Color

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

This div background color is #d744db


#d744db Border Color

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

This div border color is #d744db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d744db


Comments

No comments written yet.

Please login to write comment.