Color Hex Logo

#d44fbc Color Hex

#D44FBC
(212,79,188)
0 Favorites   0 Comments

Color spaces of #d44fbc

RGB 21279188
HSL0.860.610.57
HSV311°63°83°
CMYK 0.000.630.11   0.17
XYZ39.024523.219950.0020
Yxy23.21990.34770.2069
Hunter Lab48.187060.2318-27.7922
CIE-Lab55.298164.3038-31.3745

#d44fbc color RGB value is (212,79,188).

#d44fbc hex color red value is 212, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d44fbc hue: 0.86 , saturation: 0.61 and the lightness value of d44fbc is 0.57.

The process color (four color CMYK) of #d44fbc color hex is 0.00, 0.63, 0.11, 0.17. Web safe color of #d44fbc is #cc66cc. Color #d44fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 10111100
Octal 324 117 274
Decimal 212 79 188
Hex D4 4F BC

RGB Percentages of Color #d44fbc

%44.26
%16.49
%39.25

CMYK Percentages of Color #d44fbc

%0
%63
%11
%17

Triadic Colors of #d44fbc

#d44fbc #bcd44f #4fbcd4

Analogous Colors of #d44fbc

#d44fbc #d44f7a #aa4fd4

Monochromatic Colors of #d44fbc

#d44fbc

Complementary Color

#d44fbc #4fd467

#d44fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fbc Color CSS Codes

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

#d44fbc Text Font Color

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

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


#d44fbc Background Color

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

This div background color is #d44fbc


#d44fbc Border Color

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

This div border color is #d44fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fbc


Comments

No comments written yet.

Please login to write comment.