Color Hex Logo

#d744cf Color Hex

#D744CF
(215,68,207)
0 Favorites   0 Comments

Color spaces of #d744cf

RGB 21568207
HSL0.840.650.55
HSV303°68°84°
CMYK 0.000.680.04   0.16
XYZ41.353923.086361.3080
Yxy23.08630.32890.1836
Hunter Lab48.048269.5462-42.0184
CIE-Lab55.161172.1461-42.4599

#d744cf color RGB value is (215,68,207).

#d744cf hex color red value is 215, green value is 68 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d744cf hue: 0.84 , saturation: 0.65 and the lightness value of d744cf is 0.55.

The process color (four color CMYK) of #d744cf color hex is 0.00, 0.68, 0.04, 0.16. Web safe color of #d744cf is #cc33cc. Color #d744cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 11001111
Octal 327 104 317
Decimal 215 68 207
Hex D7 44 CF

RGB Percentages of Color #d744cf

%43.88
%13.88
%42.24

CMYK Percentages of Color #d744cf

%0
%68
%4
%16

Triadic Colors of #d744cf

#d744cf #cfd744 #44cfd7

Analogous Colors of #d744cf

#d744cf #d74486 #9644d7

Monochromatic Colors of #d744cf

#d744cf

Complementary Color

#d744cf #44d74c

#d744cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d744cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d744cf Color CSS Codes

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

#d744cf Text Font Color

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

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


#d744cf Background Color

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

This div background color is #d744cf


#d744cf Border Color

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

This div border color is #d744cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,68,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d744cf


Comments

No comments written yet.

Please login to write comment.