Color Hex Logo

#d44ccf Color Hex

#D44CCF
(212,76,207)
0 Favorites   0 Comments

Color spaces of #d44ccf

RGB 21276207
HSL0.840.610.56
HSV302°64°83°
CMYK 0.000.640.02   0.17
XYZ40.998323.670961.4396
Yxy23.67090.32510.1877
Hunter Lab48.652765.2746-40.8156
CIE-Lab55.756868.4895-41.5509

#d44ccf color RGB value is (212,76,207).

#d44ccf hex color red value is 212, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d44ccf hue: 0.84 , saturation: 0.61 and the lightness value of d44ccf is 0.56.

The process color (four color CMYK) of #d44ccf color hex is 0.00, 0.64, 0.02, 0.17. Web safe color of #d44ccf is #cc33cc. Color #d44ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 11001111
Octal 324 114 317
Decimal 212 76 207
Hex D4 4C CF

RGB Percentages of Color #d44ccf

%42.83
%15.35
%41.82

CMYK Percentages of Color #d44ccf

%0
%64
%2
%17

Triadic Colors of #d44ccf

#d44ccf #cfd44c #4ccfd4

Analogous Colors of #d44ccf

#d44ccf #d44c8b #954cd4

Monochromatic Colors of #d44ccf

#d44ccf

Complementary Color

#d44ccf #4cd451

#d44ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44ccf Color CSS Codes

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

#d44ccf Text Font Color

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

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


#d44ccf Background Color

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

This div background color is #d44ccf


#d44ccf Border Color

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

This div border color is #d44ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44ccf


Comments

No comments written yet.

Please login to write comment.