Color Hex Logo

#d44def Color Hex

#D44DEF
(212,77,239)
0 Favorites   0 Comments

Color spaces of #d44def

RGB 21277239
HSL0.810.840.62
HSV290°68°94°
CMYK 0.110.680.00   0.06
XYZ45.385225.536884.1984
Yxy25.53680.29260.1646
Hunter Lab50.533971.8788-63.4137
CIE-Lab57.594773.5879-56.6865

#d44def color RGB value is (212,77,239).

#d44def hex color red value is 212, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d44def hue: 0.81 , saturation: 0.84 and the lightness value of d44def is 0.62.

The process color (four color CMYK) of #d44def color hex is 0.11, 0.68, 0.00, 0.06. Web safe color of #d44def is #cc66ff. Color #d44def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001101 11101111
Octal 324 115 357
Decimal 212 77 239
Hex D4 4D EF

RGB Percentages of Color #d44def

%40.15
%14.58
%45.27

CMYK Percentages of Color #d44def

%11
%68
%0
%6

Triadic Colors of #d44def

#d44def #efd44d #4defd4

Analogous Colors of #d44def

#d44def #ef4db9 #834def

Monochromatic Colors of #d44def

#d44def

Complementary Color

#d44def #68ef4d

#d44def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44def Color CSS Codes

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

#d44def Text Font Color

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

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


#d44def Background Color

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

This div background color is #d44def


#d44def Border Color

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

This div border color is #d44def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,77,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44def


Comments

No comments written yet.

Please login to write comment.