Color Hex Logo

#d44cbd Color Hex

#D44CBD
(212,76,189)
0 Favorites   0 Comments

Color spaces of #d44cbd

RGB 21276189
HSL0.860.610.56
HSV310°64°83°
CMYK 0.000.640.11   0.17
XYZ38.921122.840150.5013
Yxy22.84010.34670.2035
Hunter Lab47.791361.7350-29.1981
CIE-Lab54.907365.6601-32.5603

#d44cbd color RGB value is (212,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 10111101
Octal 324 114 275
Decimal 212 76 189
Hex D4 4C BD

RGB Percentages of Color #d44cbd

%44.44
%15.93
%39.62

CMYK Percentages of Color #d44cbd

%0
%64
%11
%17

Triadic Colors of #d44cbd

#d44cbd #bdd44c #4cbdd4

Analogous Colors of #d44cbd

#d44cbd #d44c79 #a74cd4

Monochromatic Colors of #d44cbd

#d44cbd

Complementary Color

#d44cbd #4cd463

#d44cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44cbd Color CSS Codes

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

#d44cbd Text Font Color

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

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


#d44cbd Background Color

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

This div background color is #d44cbd


#d44cbd Border Color

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

This div border color is #d44cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44cbd


Comments

No comments written yet.

Please login to write comment.